# File lib/ipaddress/prefix.rb, line 162
    def to_u32
      (IN4MASK >> host_prefix) << host_prefix
    end