class Brainclusterfuck::Opcodes::ModifyPointer

Public Instance Methods

can_squeeze_with?(other) click to toggle source
Calls superclass method
# File lib/brainclusterfuck/opcodes/modify_pointer.rb, line 5
def can_squeeze_with?(other)
  super && (modify_by * other.modify_by) > 0 # same sign
end