In Files

Parent

Methods

Object

Public Instance Methods

require_local(suffix) click to toggle source
# File lib/twitter.rb, line 6
def require_local(suffix)
  require(File.expand_path(File.join(File.dirname(__FILE__), suffix)))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.