class YARD::Parser::Ruby::AstNode

def show

Returns:
  • (String) - the first line of source the node represents
def show
  "\t#{line}: #{first_line}"
end