Method: Contracts::MethodReference#method_position

Defined in:
lib/contracts/method_reference.rb

#method_positionObject

Returns method_position, delegates to Support.method_position



16
17
18
# File 'lib/contracts/method_reference.rb', line 16

def method_position
  Support.method_position(@method)
end