# File lib/ipaddress/prefix.rb, line 136
    def to_ip
      [bits].pack("B*").unpack("CCCC").join(".")
    end