Top Level Namespace
Defined Under Namespace
Modules: TwitPic
Instance Method Summary collapse
-
#require_local(path) ⇒ Object
Helper for Ruby < 1.9.x.
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.(File.join(File.dirname(__FILE__), path))) end |