Method: SyntaxTree::YARV::OptMult#==
- Defined in:
- lib/syntax_tree/yarv/instructions.rb
#==(other) ⇒ Object
3786 3787 3788 |
# File 'lib/syntax_tree/yarv/instructions.rb', line 3786 def ==(other) other.is_a?(OptMult) && other.calldata == calldata end |