Method: Inch::CodeObject::Proxy::Base#method?

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

#method?Boolean

Returns true if the object represents a method.

Returns:

  • (Boolean)

    true if the object represents a method



141
142
143
# File 'lib/inch/code_object/proxy/base.rb', line 141

def method?
  self[:method?]
end