# File lib/eymiha/math/rectify.rb, line 37
def
at_most
(
high
=
0
)
self
>
high
?
high
:
self
end