Method: Less::Command#initialize
- Defined in:
- lib/less/command.rb
#initialize(options) ⇒ Command
Returns a new instance of Command.
5 6 7 8 9 10 |
# File 'lib/less/command.rb', line 5 def initialize $verbose = [:debug] @source = [:source] @destination = ([:destination] || [:source]).gsub /\.(less|lss)/, '.css' @options = end |