Commit c2d94e2e authored by Carson McDonald's avatar Carson McDonald

Fix warning by making call explicit

parent 18c167b8
def self.include (*modules) def self.include (*modules)
self.class.include *modules self.class.include(*modules)
end end
def self.private(*methods) def self.private(*methods)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment