Fix a bug in the importer string representation.

This commit is contained in:
Chris Eppstein 2011-06-11 13:47:59 -07:00
parent b3ed3705c9
commit 59a6d5706d

View File

@ -31,7 +31,7 @@ module Compass
end end
def to_s def to_s
content_for_images self.class.name
end end
def hash def hash