# File lib/arel/algebra/relations/utilities/externalization.rb, line 5 5: def == other 6: super || Externalization === other && relation == other.relation 7: end
# File lib/arel/algebra/relations/utilities/externalization.rb, line 13 13: def attributes 14: @attributes ||= Header.new(relation.attributes.map { |a| a.to_attribute(self) }) 15: end
REMOVEME
# File lib/arel/algebra/relations/utilities/externalization.rb, line 22 22: def name 23: relation.name + '_external' 24: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.