# File lib/faker/beer.rb, line 31
def
alcohol
rand
(
2.0
..
10.0
).
round
(
1
).
to_s
+
'%'
end