examples/hello/hello in
quickl-0.1.1
vs examples/hello/hello in
quickl-0.2.0
- old
+ new
@@ -51,7 +51,7 @@
end end # class Hello if __FILE__ == $0
- Hello.run(ARGV)
+ Hello.run(ARGV, __FILE__)
end