Method: Jei::Path#initialize
- Defined in:
- lib/jei/path.rb
#initialize(names) ⇒ Path
Returns a new instance of Path.
27 28 29 |
# File 'lib/jei/path.rb', line 27 def initialize(names) @names = names end |
Returns a new instance of Path.
27 28 29 |
# File 'lib/jei/path.rb', line 27 def initialize(names) @names = names end |