Top Level Namespace

Defined Under Namespace

Modules: TwitPic

Instance Method Summary collapse

Instance Method Details

#require_local(path) ⇒ Object

Helper for Ruby < 1.9.x



4
5
6
# File 'lib/twitpic.rb', line 4

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