# File lib/arel/algebra/core_extensions/object.rb, line 3 def bind(relation) Arel::Value.new(self, relation) end