class Listen::CLI

Public Instance Methods

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