Class: Listen::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/listen/cli.rb

Instance Method Summary collapse

Instance Method Details

#startObject



35
36
37
# File 'lib/listen/cli.rb', line 35

def start
  Listen::Forwarder.new(options).start
end