module EasyAspects

Constants

ROOT
VERSION

Public Class Methods

load_easy_aspects() click to toggle source
# 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