class YARD::Parser::Ruby::AstNode

def ==(other)

Other tags:
    Private: -

Returns:
  • (Boolean) - whether the node is equal to another by checking
def ==(other)
  super && type == other.type
end