Method: Sass::Importers::Base#to_s
- Defined in:
- lib/sass/importers/base.rb
#to_s ⇒ String
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.
132 133 134 |
# File 'lib/sass/importers/base.rb', line 132
def to_s
Sass::Util.abstract(self)
end
|