Class | Sass::Source::Range |
In: |
lib/sass/source/range.rb
|
Parent: | Object |
end_pos | [RW] |
The ending position of the range in the document (exclusive).
@return [Sass::Source::Position] |
file | [RW] |
The file in which this source range appears. This can be nil if the file is
unknown or not yet generated.
@return [String] |
importer | [RW] |
The importer that imported the file in which this source range appears.
This is nil for target ranges.
@return [Sass::Importers::Base] |
start_pos | [RW] |
The starting position of the range in the document (inclusive).
@return [Sass::Source::Position] |
@param start_pos [Sass::Source::Position] See \{start_pos} @param end_pos [Sass::Source::Position] See \{end_pos} @param file [String] See \{file} @param importer [Sass::Importers::Base] See \{importer}