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