Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/dohmysql/to_sql.rb
Instance Method Summary collapse
Instance Method Details
#to_sql ⇒ Object
6 7 8 |
# File 'lib/dohmysql/to_sql.rb', line 6 def to_sql "'#{Mysql2::Client.escape(to_s)}'" end |