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