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