Welcome to ModuleFunctions
¶ ↑
ModuleFunctions
contains useful module functions. One example is the function that adds all public module functions to another module.
Getting Started¶ ↑
-
Install
ModuleFunctions
at the command prompt if you haven’t yet:gem install module_functions
-
Require the gem in your Gemfile:
gem 'module_functions', '~> 0.0.2'
-
Require the gem wherever you need to use it:
require 'module_functions'
Additional Documentation¶ ↑
rake rdoc:app
License¶ ↑
ModuleFunctions
is released under the GPLv3 license.