class SyntaxTree::YARV::Instruction

def pushes

This returns the number of values that are pushed onto the stack.
def pushes
  0
end