From 36ddea375c0707a15cee78c6faa093103a3ba69e Mon Sep 17 00:00:00 2001 From: Pat Cappelaere Date: Mon, 5 Nov 2007 15:25:33 +0000 Subject: [PATCH] --- rools/examples/hello_rools.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 rools/examples/hello_rools.rb 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