# File lib/arel/algebra/core_extensions/hash.rb, line 2 def bind(relation) Hash[map { |key, value| [key.bind(relation), value.bind(relation)] }] end