# File lib/ipaddress/prefix.rb, line 123
    def bits
      to_u32.to_s(2)
    end