Class: Arel::Sql::PassThrough

Inherits:
Formatter show all
Defined in:
lib/arel/engines/sql/formatters.rb

Direct Known Subclasses

GroupClause, HavingClause, OrderClause, WhereClause

Instance Attribute Summary

Attributes inherited from Formatter

#environment

Instance Method Summary collapse

Methods inherited from Formatter

#initialize

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