Exception: PPipe::NoController

Inherits:
StandardError
  • Object
show all
Defined in:
lib/parallelpipes.rb

Instance Method Summary collapse

Constructor Details

#initialize(mess = "") ⇒ NoController

Returns a new instance of NoController.



369
370
371
# File 'lib/parallelpipes.rb', line 369

def initialize(mess="")
  super(mess + "\nYou need a controller to use this function. Make a ParallelPipe with the second argument true")
end