The ending position of the range in the document (exclusive).
@return [Sass::Source::Position]
The file in which this source range appears. This can be nil if the file is unknown or not yet generated.
@return [String]
@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}
# File lib/sass/source/range.rb, line 29 def initialize(start_pos, end_pos, file, importer = nil) @start_pos = start_pos @end_pos = end_pos @file = file @importer = importer end
Generated with the Darkfish Rdoc Generator 2.