Method: Origin::Optional#hint
- Defined in:
- lib/origin/optional.rb
#hint(value = nil) ⇒ Optional
Add an index hint to the query options.
71 72 73 |
# File 'lib/origin/optional.rb', line 71 def hint(value = nil) option(value) { || .store(:hint, value) } end |