Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/mysql2wrapper.rb
Instance Method Summary collapse
Instance Method Details
#function_sql? ⇒ Boolean
11 12 13 |
# File 'lib/mysql2wrapper.rb', line 11 def function_sql? @__function_sql == true end |
#to_func ⇒ Object
6 7 8 9 |
# File 'lib/mysql2wrapper.rb', line 6 def to_func @__function_sql = true self end |