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