class Sass::Source::Range
def inspect
-
(String)
- A string representation of the source range.
def inspect "(#{start_pos.inspect} to #{end_pos.inspect}#{" in #{@file}" if @file})" end
(String)
- A string representation of the source range.
def inspect "(#{start_pos.inspect} to #{end_pos.inspect}#{" in #{@file}" if @file})" end