aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/memory/relations/array.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/engines/memory/relations/array.rb')
-rw-r--r--lib/arel/engines/memory/relations/array.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/arel/engines/memory/relations/array.rb b/lib/arel/engines/memory/relations/array.rb
index 6e2dc29252..5e7c0a4ab1 100644
--- a/lib/arel/engines/memory/relations/array.rb
+++ b/lib/arel/engines/memory/relations/array.rb
@@ -3,7 +3,7 @@ module Arel
attributes :array, :attribute_names
include Recursion::BaseCase
deriving :==, :initialize
-
+
def engine
@engine ||= Memory::Engine.new
end
@@ -17,9 +17,9 @@ module Arel
def format(attribute, value)
value
end
-
+
def eval
@array.collect { |r| Row.new(self, r) }
end
end
-end \ No newline at end of file
+end