Sha256: ea562702fe87c75621b281b4732b0947a39a2d478603ae496eef9b5bce9d83c0

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

require 'search_lingo/parsers/open_date_range_parser'

module SearchLingo
  module Parsers
    class GTEDateParser < OpenDateRangeParser
      def initialize(*)
        warn "DEPRECATION WARNING: use SearchLingo::Parsers::OpenDateRangeParser " \
          "instead of #{self.class} (from #{caller.first})"
        super
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
search_lingo-1.0.1 lib/search_lingo/parsers/gte_date_parser.rb