Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/dohmysql/to_sql.rb

Instance Method Summary collapse

Instance Method Details

#to_sqlObject



6
7
8
# File 'lib/dohmysql/to_sql.rb', line 6

def to_sql
  "'#{Mysql2::Client.escape(to_s)}'"
end