Class: Ambition::Adapters::AmbitiousSphinx::Slice
- Defined in:
- lib/ambition/adapters/ambitious_sphinx/slice.rb
Overview
Slice would normally handle slicing, but we don’t support it yet.
Instance Method Summary collapse
-
#slice(start, length) ⇒ Object
Not implemented.
Methods inherited from Base
#has_field?, #has_operator?, #needs_quoting?, #quotify
Instance Method Details
#slice(start, length) ⇒ Object
Not implemented
7 8 9 |
# File 'lib/ambition/adapters/ambitious_sphinx/slice.rb', line 7 def slice(start, length) raise "Not implemented." end |