Class: RedGrape::PathGroup
- Extended by:
- Forwardable
- Defined in:
- lib/red_grape/pipe/path_pipe.rb
Instance Method Summary collapse
-
#initialize(ary) ⇒ PathGroup
constructor
A new instance of PathGroup.
Constructor Details
#initialize(ary) ⇒ PathGroup
Returns a new instance of PathGroup.
9 10 11 |
# File 'lib/red_grape/pipe/path_pipe.rb', line 9 def initialize(ary) @paths = ary.dup end |