# File lib/ipaddress/ipv4.rb, line 284
    def bits
      data.unpack("B*").first
    end