Method: Sass::Script::Value::Base#source_range
- Defined in:
- lib/sass/script/value/base.rb
permalink #source_range ⇒ Sass::Source::Range
The source range in the document on which this node appeared.
17 18 19 |
# File 'lib/sass/script/value/base.rb', line 17
def source_range
@source_range
end
|