Sha256: 96e5803a49b97b631068955a9bebc344fb7a94c7e22a248fcdfc28e2cd719c66

Contents?: true

Size: 236 Bytes

Versions: 12

Compression:

Stored size: 236 Bytes

Contents

module Searchgasm
  module Modifiers
    class Month < Base
      class << self
        def modifier_names
          super + ["mon"]
        end
        
        def return_type
          :integer
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
searchgasm-1.3.0 lib/searchgasm/modifiers/month.rb
searchgasm-1.3.1 lib/searchgasm/modifiers/month.rb
searchgasm-1.3.4 lib/searchgasm/modifiers/month.rb
searchgasm-1.3.3 lib/searchgasm/modifiers/month.rb
searchgasm-1.3.2 lib/searchgasm/modifiers/month.rb
searchgasm-1.3.5 lib/searchgasm/modifiers/month.rb
searchgasm-1.4.0 lib/searchgasm/modifiers/month.rb
searchgasm-1.5.1 lib/searchgasm/modifiers/month.rb
searchgasm-1.5.2 lib/searchgasm/modifiers/month.rb
searchgasm-1.4.1 lib/searchgasm/modifiers/month.rb
searchgasm-1.5.3 lib/searchgasm/modifiers/month.rb
searchgasm-1.5.0 lib/searchgasm/modifiers/month.rb