Method: Pose::Search#initialize
- Defined in:
- lib/pose/search.rb
#initialize(classes, query_string, options = {}) ⇒ Search
Returns a new instance of Search.
13 14 15 |
# File 'lib/pose/search.rb', line 13 def initialize classes, query_string, = {} @query = Query.new classes, query_string, end |