Top Level Namespace
Defined Under Namespace
Modules: Lotion Classes: AppDelegate
Instance Method Summary collapse
-
#graph ⇒ Object
Add this library to the load path.
Instance Method Details
#graph ⇒ Object
Add this library to the load path.
37 38 39 |
# File 'lib/lotion.rb', line 37 Lotion.require do |graph| graph.path << File.( '..', __FILE__ ) end |