Method: Inch::Language::Elixir::CodeObject::Base#method?

Defined in:
lib/inch/language/elixir/code_object/base.rb

#method?Boolean

Returns true if the object represents a method.

Returns:

  • (Boolean)

    true if the object represents a method



124
125
126
# File 'lib/inch/language/elixir/code_object/base.rb', line 124

def method?
  self[:method?]
end