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:
parent
da02ce29c6
commit
b2b91ed30f
1 changed files with 0 additions and 4 deletions
|
@ -31,10 +31,6 @@ module Sass::Script
|
||||||
Sass::Script::String.new("/#{self.to_s}")
|
Sass::Script::String.new("/#{self.to_s}")
|
||||||
end
|
end
|
||||||
|
|
||||||
def funcall(other)
|
|
||||||
Sass::Script::String.new("#{self.to_s}(#{other.to_s})")
|
|
||||||
end
|
|
||||||
|
|
||||||
def to_s
|
def to_s
|
||||||
@value
|
@value
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue