Top Level Namespace
Defined Under Namespace
Modules: Howl Classes: Pathname, String
Instance Method Summary collapse
Instance Method Details
#require_all(path) ⇒ Object
9 10 11 12 13 |
# File 'lib/howl.rb', line 9 def require_all(path) Dir[File.join(File.dirname(__FILE__), path, '*.rb')].each do |f| require f end end |