Class: Sass::Exec::Scss

Inherits:
Sass show all
Defined in:
lib/sass/exec.rb

Constant Summary

Constants inherited from Generic

Generic::COLORS

Instance Attribute Summary

Attributes inherited from Sass

#default_syntax

Instance Method Summary collapse

Methods inherited from Sass

#process_result, #set_opts

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.

Parameters:

  • args (Array<String>)

    The command-line arguments



451
452
453
454
# File 'lib/sass/exec.rb', line 451

def initialize(args)
  super
  @default_syntax = :scss
end