# File lib/ipaddress/prefix.rb, line 233
def
bits
"1"
*
@prefix
+
"0"
*
(
128
-
@prefix
)
end