class TravianBot::Shell

Public Instance Methods

help() click to toggle source
# File lib/travian_bot/shell.rb, line 21
def help
  h1 'Help'
end
start_quest() click to toggle source
# File lib/travian_bot/shell.rb, line 17
def start_quest
  start_closest_adventure @browser
end