Method: #require_local

Defined in:
lib/top4r.rb

#require_local(suffix) ⇒ Object



6
7
8
# File 'lib/top4r.rb', line 6

def require_local(suffix)
  require(File.expand_path(File.join(File.dirname(__FILE__), suffix)))
end