class Driskell::Listen::CLI

Public Instance Methods

start() click to toggle source
# File lib/driskell-listen/cli.rb, line 29
def start
  Driskell::Listen::Forwarder.new(options).start
end