Method: Sass::Script::Value::String#value
- Defined in:
- lib/sass/script/value/string.rb
#value ⇒ String (readonly)
The Ruby value of the string.
10 11 12 |
# File 'lib/sass/script/value/string.rb', line 10
def value
@value
end
|
The Ruby value of the string.
10 11 12 |
# File 'lib/sass/script/value/string.rb', line 10
def value
@value
end
|