class SyntaxTree::YARV::Instruction

def falls_through?

its branching fails.
Whether or not this instruction falls through to the next instruction if
def falls_through?
  false
end