Method: Analyst::Entities::SingletonMethod#target

Defined in:
lib/analyst/entities/method.rb

#targetObject

NOTE: not a public API – used by Entities::Class



40
41
42
43
# File 'lib/analyst/entities/method.rb', line 40

def target
  target, name, params, content = ast.children
  target
end