Method: Contracts::Base#method

Defined in:
lib/contracts.rb

#methodObject

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