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.



385
386
387
# File 'lib/parallelpipes.rb', line 385

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