Method: Contract::ContractException#test_method
- Defined in:
- lib/contract/exception.rb
#test_method ⇒ Object (readonly)
What method implemented that test?
31 32 33 |
# File 'lib/contract/exception.rb', line 31 def test_method @test_method end |