Module: EasyAspects

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

Defined Under Namespace

Modules: Base

Constant Summary collapse

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

Class Method Summary collapse

Class Method Details

.load_easy_aspectsObject



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

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