module Shoulda
  module Matchers
    module ActiveModel
      def require_a_valid_ip(attribute = :ip)
        RequireAValidIpMatcher.new(attribute)