mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: avoid using send when we can simply call the method
This commit is contained in:
@ -9,4 +9,4 @@ module Stylesheet
|
||||
end
|
||||
end
|
||||
|
||||
::SassC::Script::Functions.public_send(:include, Stylesheet::ScssFunctions)
|
||||
::SassC::Script::Functions.include(Stylesheet::ScssFunctions)
|
||||
|
Reference in New Issue
Block a user