class SassListen::CLI

Public Instance Methods

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