Method: SyntaxTree::CHAR#===
- Defined in:
- lib/syntax_tree/node.rb
#===(other) ⇒ Object
296 297 298 |
# File 'lib/syntax_tree/node.rb', line 296 def ===(other) other.is_a?(CHAR) && value === other.value end |
296 297 298 |
# File 'lib/syntax_tree/node.rb', line 296 def ===(other) other.is_a?(CHAR) && value === other.value end |