# File lib/v8/cli.rb, line 112 def exit(status = 0) Kernel.exit(status) end
# File lib/v8/cli.rb, line 118 def help(*args) <<-HELP print(msg) print msg to STDOUT exit(status = 0) exit the shell also: quit() evalrb(source) evaluate some ruby source HELP end
# File lib/v8/cli.rb, line 108 def print(string) puts string end
# File lib/v8/cli.rb, line 104 def to_s "[object Shell]" end