module SearcherMounter
Public Instance Methods
mount_searcher(searcher)
click to toggle source
# File lib/seeker/searcher_mounter.rb, line 2 def mount_searcher(searcher) @_searcher = searcher.construct self end
searcher(attributes = {})
click to toggle source
# File lib/seeker/searcher_mounter.rb, line 6 def searcher(attributes = {}) @_searcher.new attributes end