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

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

Direct Known Subclasses

Color, String

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Base

Returns a new instance of Base.



5
6
7
# File 'lib/sassc/script/value_conversion/base.rb', line 5

def initialize(value)
  @value = value
end