Module: Tryruby::Commands

Defined in:
lib/tryruby/commands.rb

Overview

Basic commands

Instance Method Summary collapse

Instance Method Details

#backObject



10
11
12
# File 'lib/tryruby/commands.rb', line 10

def back
  Ripl.shell.prev_challenge
end

#helpObject



14
15
16
# File 'lib/tryruby/commands.rb', line 14

def help
  Ripl.shell.help_challenge
end

#nextObject



6
7
8
# File 'lib/tryruby/commands.rb', line 6

def next
  Ripl.shell.next_challenge
end