Class: NPG::Directory
- Inherits:
-
Object
- Object
- NPG::Directory
- Defined in:
- lib/npg/project.rb
Instance Method Summary collapse
Instance Method Details
#[](*a) ⇒ Object
8 9 10 |
# File 'lib/npg/project.rb', line 8 def [](*a) File.join @path, *a end |