class Shelike::Pipe::Error::ResultNilError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/shelike/pipe/error.rb, line 5 def initialize super 'Result was nil.' end