class Balboa::CLI::Command::StarWarsCommand

Public Instance Methods

execute() click to toggle source
# File lib/balboa/cli/command/star_wars_command.rb, line 7
def execute
  system('telnet towel.blinkenlights.nl')
end