# File lib/facet/float/round.rb, line 27
  def round_to(*args)
    self.to_f.round_to(*args)
  end