Method: Contracts::Base#method
- Defined in:
- lib/contracts.rb
#method ⇒ Object
contains the method once the contract is initialized, which happens in the Class#singleton_,method_added callback.
154 155 156 |
# File 'lib/contracts.rb', line 154 def method @method end |