Class: Arel::Compatibility::Wheres
- Inherits:
-
Object
- Object
- Arel::Compatibility::Wheres
- Includes:
- Enumerable
- Defined in:
- lib/arel/compatibility/wheres.rb
Overview
:nodoc:
Defined Under Namespace
Modules: Value
Instance Method Summary collapse
- #each ⇒ Object
-
#initialize(engine, collection) ⇒ Wheres
constructor
A new instance of Wheres.
Constructor Details
#initialize(engine, collection) ⇒ Wheres
Returns a new instance of Wheres.
18 19 20 21 |
# File 'lib/arel/compatibility/wheres.rb', line 18 def initialize engine, collection @engine = engine @collection = collection end |