# File lib/arel/factory_methods.rb, line 29
    def create_on expr
      Nodes::On.new expr
    end