Method: Aqua::Query::ClassMethods#index_on
- Defined in:
- lib/aqua/object/query.rb
#index_on(*ivars) ⇒ Object
17 18 19 20 21 |
# File 'lib/aqua/object/query.rb', line 17 def index_on( *ivars ) ivars.each do |var| storage.index_on_ivar( var ) end end |