Class ObjectMonitorTest::Foo
In: lib/object_monitor.rb
Parent: Object

Methods

failed   hello  

Public Instance methods

[Source]

# File lib/object_monitor.rb, line 85
    def failed
      raise 'failed msg'
    end

[Source]

# File lib/object_monitor.rb, line 81
    def hello
      'hello'
    end

[Validate]