class Inferno::Exceptions::PassException

Public Instance Methods

result() click to toggle source
# File lib/inferno/exceptions.rb, line 25
def result
  'pass'
end