class Subroutine::Outputs::OutputNotSetError
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File lib/subroutine/outputs/output_not_set_error.rb, line 7 def initialize(name) super("Expected output '#{name}' to be set upon completion of perform but was not.") end