Sha256: 8650687573db9c4a1dbcc10d9c97e5f70d559c822f89d864e818ba62c0208aa4

Contents?: true

Size: 299 Bytes

Versions: 6

Compression:

Stored size: 299 Bytes

Contents

require 'sparql/algebra'

module Fathom
  module Search
    
    def self.included(base)
      base.send(:extend, ClassMethods)
      base.send(:include, InstanceMethods)
    end
    
    module ClassMethods
      def find(opts={})
      end
    end
    
    module InstanceMethods
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fathom-0.3.7 lib/fathom/knowledge_base/search.rb
fathom-0.3.6 lib/fathom/knowledge_base/search.rb
fathom-0.3.4 lib/fathom/knowledge_base/search.rb
fathom-0.3.3 lib/fathom/knowledge_base/search.rb
fathom-0.3.2 lib/fathom/knowledge_base/search.rb
fathom-0.3.1 lib/fathom/knowledge_base/search.rb