diff --git a/bin/therubyracer b/bin/therubyracer index a86c698..fba055b 100755 --- a/bin/therubyracer +++ b/bin/therubyracer @@ -35,6 +35,10 @@ HELP "[object TheRubyRacer]" end + def print(string) + puts string + end + def ruby(src) eval(src) end