Module: IAA::Util
- Defined in:
- lib/iaa.rb
Class Method Summary collapse
Class Method Details
.get_path(path) ⇒ Object
13 14 15 |
# File 'lib/iaa.rb', line 13 def self.get_path(path) File.join(File.dirname(File.(__FILE__)), "../#{path}") end |