6 7 8
# File 'lib/top4r.rb', line 6 def require_local(suffix) require(File.expand_path(File.join(File.dirname(__FILE__), suffix))) end