Method: SyntaxTree::PinnedVarRef#===
- Defined in:
- lib/syntax_tree/node.rb
#===(other) ⇒ Object
11722 11723 11724 |
# File 'lib/syntax_tree/node.rb', line 11722 def ===(other) other.is_a?(PinnedVarRef) && value === other.value end |
11722 11723 11724 |
# File 'lib/syntax_tree/node.rb', line 11722 def ===(other) other.is_a?(PinnedVarRef) && value === other.value end |