class YARD::Parser::Ruby::AstNode
def ==(other)
- Private: -
Returns:
-
(Boolean)
- whether the node is equal to another by checking
def ==(other) super && type == other.type end
(Boolean)
- whether the node is equal to another by checking
def ==(other) super && type == other.type end