# File test/src/sql.rb, line 247
  def to_s
    "#{left} #{kind} join #{right} on #{on}"
  end