Method: Sass::Importers::Base#to_s

Defined in:
lib/sass/importers/base.rb

#to_sString

A string representation of the importer. Should be overridden by subclasses.

This is used to help debugging, and should usually just show the load path encapsulated by this importer.

Returns:

  • (String)


132
133
134
# File 'lib/sass/importers/base.rb', line 132

def to_s
  Sass::Util.abstract(self)
end