Method: Sass::Script::Tree::StringInterpolation#before
- Defined in:
- lib/sass/script/tree/string_interpolation.rb
#before ⇒ Literal (readonly)
Returns The string literal before this interpolation.
7 8 9 |
# File 'lib/sass/script/tree/string_interpolation.rb', line 7
def before
@before
end
|