# File lib/validator/ip_address.rb, line 10
    def has_prefix?
      @value =~ /\//
    end