Class: RedGrape::PathGroup

Inherits:
Object show all
Extended by:
Forwardable
Defined in:
lib/red_grape/pipe/path_pipe.rb

Instance Method Summary collapse

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