Top Level Namespace

Defined Under Namespace

Modules: Better

Instance Method Summary collapse

Methods included from Better::Logger::Loggers

_log_hash

Instance Method Details

#require_all(path) ⇒ Object



4
5
6
# File 'lib/better-logger.rb', line 4

def require_all path
  Dir[File.join(File.dirname(__FILE__), path, '*.rb')].each { |f| require f }
end