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, #write_output
Constructor Details
#initialize(args) ⇒ Scss
Returns a new instance of Scss.
493 494 495 496 |
# File 'lib/sass/exec.rb', line 493
def initialize(args)
super
@default_syntax = :scss
end
|