diff --git a/rools/examples/hello_rools.rb b/rools/examples/hello_rools.rb deleted file mode 100644 index e3bf26b..0000000 --- a/rools/examples/hello_rools.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'rubygems' -require 'rools' - - rules = Rools::RuleSet.new do - rule 'Hello' do - parameter String - consequence { puts "Hello, Rools!" } - end - end - - rules.assert 'Heya' \ No newline at end of file