class SyntaxTree::YARV::Instruction

def canonical

a specialized instruction, then this method returns `self`.
(non-specialized) form of this instruction. If this instruction is not
This method creates an instruction that represents the canonical
def canonical
  self
end