mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
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
Block a user