Exception: PPipe::NoController
- Defined in:
- lib/parallelpipes.rb
Instance Method Summary collapse
-
#initialize(mess = "") ⇒ NoController
constructor
A new instance of NoController.
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 |