Method: SassC::Script::Value::String#initialize
- Defined in:
- lib/sassc/script/value/string.rb
#initialize(value, type = :identifier) ⇒ String
Creates a new string.
66 67 68 69 |
# File 'lib/sassc/script/value/string.rb', line 66 def initialize(value, type = :identifier) super(value) @type = type end |