Method: Blazer::Adapters::BaseAdapter#quoting
- Defined in:
- lib/blazer/adapters/base_adapter.rb
#quoting ⇒ Object
14 15 16 17 18 19 |
# File 'lib/blazer/adapters/base_adapter.rb', line 14 def quoting # required, how to quote variables # :backslash_escape - single quote strings and convert ' to \' and \ to \\ # :single_quote_escape - single quote strings and convert ' to '' # ->(value) { ... } - custom method end |