# File lib/facets/core/float/round_to.rb, line 22
  def round_to(*args)
    self.to_f.round_to(*args)
  end