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