Method: Oktest::AssertionObject#initialize
- Defined in:
- lib/oktest.rb
#initialize(actual, bool, location) ⇒ AssertionObject
Returns a new instance of AssertionObject.
46 47 48 49 50 |
# File 'lib/oktest.rb', line 46 def initialize(actual, bool, location) @actual = actual @bool = bool @location = location end |