class SyntaxTree::YARV::Instruction

def pops

This returns the number of values that are popped off the stack.
def pops
  0
end