Module: Arkenstone::Helpers

Defined in:
lib/arkenstone/helpers.rb

Defined Under Namespace

Modules: GeneralMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
# File 'lib/arkenstone/helpers.rb', line 6

def included(base)
  base.send :include, Arkenstone::Helpers::GeneralMethods
  base.extend Arkenstone::Helpers::GeneralMethods
end