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