class Exceptions::BadResult

Public: BadResult can be returned when there’s a failure.

Public Instance Methods

ok?() click to toggle source
# File lib/exceptions/result.rb, line 29
def ok?
  false
end