examples/hello_world_patternitis.rb in protocol-1.0.1 vs examples/hello_world_patternitis.rb in protocol-2.0.0
- old
+ new
@@ -70,8 +70,6 @@
strategy = factory.create_strategy message_body
message_body.send strategy
end
end
-if $0 == __FILE__
- HelloWorld.main(*ARGV)
-end
+HelloWorld.main(*ARGV)