class Tracksperanto::Middleware::Golden < Tracksperanto::Middleware::Base attr_accessor :enabled def export_point(frame, float_x, float_y, float_residual) super(frame, float_x, float_y, (enabled ? 0.0 : float_residual)) end end