Class: Module
Overview
Alterations to the Module class.
Instance Method Summary collapse
-
#module_function ⇒ Void
Supplies DragonRuby with the #module_function method to conform to the rubocop style guide.
Instance Method Details
#module_function ⇒ Void
Supplies DragonRuby with the #module_function method to conform to
the rubocop style guide.
8 9 10 |
# File 'tomes/alterations/module_alt.rb', line 8 def module_function extend self end |