class Sass::Source::Range

def inspect

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