class FloatFlushInstruction < Instruction include FlushInstruction def initialize(context) super(context, :float) end end