Class: Arel::Sql::PassThrough
- Defined in:
- lib/arel/engines/sql/formatters.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Formatter
#christener, #engine, #environment
Instance Method Summary collapse
Methods inherited from Formatter
#initialize, #name_for, #quote, #quote_column_name, #quote_table_name
Constructor Details
This class inherits a constructor from Arel::Sql::Formatter
Instance Method Details
#value(value) ⇒ Object
55 56 57 |
# File 'lib/arel/engines/sql/formatters.rb', line 55 def value(value) value end |