Module: EasyCallbacks

Defined in:
lib/easy_callbacks.rb,
lib/easy_callbacks/base.rb,
lib/easy_callbacks/version.rb

Defined Under Namespace

Modules: Base

Constant Summary collapse

ROOT =
File.expand_path(File.join(File.dirname(__FILE__),'..'))
VERSION =
'0.1.2'

Class Method Summary collapse

Class Method Details

.load_easy_callbacksObject



7
8
9
10
11
# File 'lib/easy_callbacks.rb', line 7

def load_easy_callbacks
  Dir[File.expand_path(File.join(ROOT,'lib','easy_callbacks','**/*.rb'))].each do |file|
    require file
  end
end