# File lib/core/facets/numeric/round_to.rb, line 9
  def round_to(*args)
    to_f.round_to(*args)
  end