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