Class: SassC::Script::ValueConversion::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/sassc/script/value_conversion/base.rb

Direct Known Subclasses

Bool, Color, List, Map, Number, String

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Base

Returns a new instance of Base.



7
8
9
# File 'lib/sassc/script/value_conversion/base.rb', line 7

def initialize(value)
  @value = value
end