# File lib/arel/engines/memory/relations/array.rb, line 19 19: def attributes 20: @attributes ||= begin 21: attrs = @attribute_names_and_types.collect do |attribute, type| 22: attribute = type.new(self, attribute) if Symbol === attribute 23: attribute 24: end 25: Header.new(attrs) 26: end 27: end
# File lib/arel/engines/memory/relations/array.rb, line 15 15: def engine 16: @engine ||= Memory::Engine.new 17: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.