DEV: avoid using send when we can simply call the method
This commit is contained in:
parent
4ff1195537
commit
e4abc51866
|
@ -9,4 +9,4 @@ module Stylesheet
|
|||
end
|
||||
end
|
||||
|
||||
::SassC::Script::Functions.public_send(:include, Stylesheet::ScssFunctions)
|
||||
::SassC::Script::Functions.include(Stylesheet::ScssFunctions)
|
||||
|
|
Loading…
Reference in New Issue