class Inferno::Exceptions::WaitException

Public Instance Methods

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