Method: Inch::CodeObject::Proxy::MethodParameterObject#initialize

Defined in:
lib/inch/code_object/proxy/method_parameter_object.rb

#initialize(attributes) ⇒ MethodParameterObject

Returns a new instance of MethodParameterObject.



6
7
8
# File 'lib/inch/code_object/proxy/method_parameter_object.rb', line 6

def initialize(attributes)
  @attributes = attributes
end