class YARD::Parser::Ruby::AstNode

def def?

Returns:
  • (Boolean) - whether the node is a method definition
def def?
  false
end