mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 21:56:39 +08: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…
x
Reference in New Issue
Block a user