class Birdwatcher::Commands::Back

Public Instance Methods

run() click to toggle source
# File lib/birdwatcher/commands/back.rb, line 10
def run
  console.current_module = nil
end