Method: Sass::Source::Map::Mapping#inspect

Defined in:
lib/sass/source/map.rb

#inspectString

Returns A string representation of the mapping.

Returns:

  • (String)

    A string representation of the mapping.



13
14
15
# File 'lib/sass/source/map.rb', line 13

def inspect
  "#{input.inspect} => #{output.inspect}"
end