module Hyrb

Constants

DEFAULT_PATH
TEMPLATE_PATH
VERSION

Public Class Methods

autoload_each(base, base_path, files) click to toggle source
# File lib/hyrb.rb, line 11
def self.autoload_each(base, base_path, files)
  files.each {|f| base.autoload f.camelcase.to_sym, "#{base_path}/#{f}" }
end