Class: Arel::Sql::PassThrough
- Defined in:
- lib/arel/engines/sql/formatters.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Formatter
Instance Method Summary collapse
Methods inherited from Formatter
Constructor Details
This class inherits a constructor from Arel::Sql::Formatter
Instance Method Details
#value(value) ⇒ Object
40 41 42 |
# File 'lib/arel/engines/sql/formatters.rb', line 40 def value(value) value end |