Class: Module

Inherits:
Object show all
Defined in:
tomes/alterations/module_alt.rb

Overview

Alterations to the Module class.

Instance Method Summary collapse

Instance Method Details

#module_functionVoid

Supplies DragonRuby with the #module_function method to conform to

the rubocop style guide.

Returns:

  • (Void)


8
9
10
# File 'tomes/alterations/module_alt.rb', line 8

def module_function
  extend self
end