Sha256: 311a179d602ad229bb95ecccea453d1fd4d8e9c9019566522c4d9a2d2fa384ac

Contents?: true

Size: 157 Bytes

Versions: 7

Compression:

Stored size: 157 Bytes

Contents

module Sunspot
  module Query #:nodoc:
    class CommonQuery

      def add_stat(stat)
        @components << stat
        stat
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
sunspot_stat-1.0.0 lib/query/stat_query.rb
sunspot_stats-0.0.7 lib/query/stat_query.rb
sunspot_stats-0.0.6 lib/query/stat_query.rb
sunspot_stats-0.0.5 lib/query/stat_query.rb
sunspot_stats-0.0.4 lib/query/stat_query.rb
sunspot_stats-0.0.3 lib/query/stat_query.rb
sunspot_stats-0.0.2 lib/query/stat_query.rb