class Sass::Source::Position
def inspect
-
(String)
- A string representation of the source position.
def inspect "#{line.inspect}:#{offset.inspect}" end
(String)
- A string representation of the source position.
def inspect "#{line.inspect}:#{offset.inspect}" end