1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[Sass] Get rid of Sass::Script::String#funcall, since it's not used anymore.

This commit is contained in:
Nathan Weizenbaum 2009-03-24 01:31:13 -07:00
parent da02ce29c6
commit b2b91ed30f

View file

@ -31,10 +31,6 @@ module Sass::Script
Sass::Script::String.new("/#{self.to_s}")
end
def funcall(other)
Sass::Script::String.new("#{self.to_s}(#{other.to_s})")
end
def to_s
@value
end