Class: Sass::Exec::Scss
Constant Summary
Constants inherited from Generic
Instance Attribute Summary
Attributes inherited from Sass
Instance Method Summary collapse
-
#initialize(args) ⇒ Scss
constructor
A new instance of Scss.
Methods inherited from Sass
Methods inherited from Generic
#color, #get_line, #parse, #parse!, #process_result, #puts, #puts_action, #set_opts, #to_s
Constructor Details
#initialize(args) ⇒ Scss
Returns a new instance of Scss.
451 452 453 454 |
# File 'lib/sass/exec.rb', line 451
def initialize(args)
super
@default_syntax = :scss
end
|