# File lib/ipaddress/ipv4.rb, line 350
    def first
      self.class.parse_u32(network_u32+1, @prefix)
    end