class Birdwatcher::Commands::Exit

Public Instance Methods

run() click to toggle source
# File lib/birdwatcher/commands/exit.rb, line 10
def run
  output "Goodbye."
  exit
end