Module: Tryruby::Commands
- Defined in:
- lib/tryruby/commands.rb
Overview
Basic commands
Instance Method Summary collapse
Instance Method Details
#back ⇒ Object
10 11 12 |
# File 'lib/tryruby/commands.rb', line 10 def back Ripl.shell.prev_challenge end |
#help ⇒ Object
14 15 16 |
# File 'lib/tryruby/commands.rb', line 14 def help Ripl.shell.help_challenge end |
#next ⇒ Object
6 7 8 |
# File 'lib/tryruby/commands.rb', line 6 def next Ripl.shell.next_challenge end |