module Tryruby::Commands
Basic commands
Public Instance Methods
back()
click to toggle source
# File lib/tryruby/commands.rb, line 10 def back Ripl.shell.prev_challenge end
help()
click to toggle source
# File lib/tryruby/commands.rb, line 14 def help Ripl.shell.help_challenge end
next()
click to toggle source
# File lib/tryruby/commands.rb, line 6 def next Ripl.shell.next_challenge end