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