Method: Sequel::SQL::StringAgg#separator
- Defined in:
- lib/sequel/extensions/string_agg.rb
#separator ⇒ Object (readonly)
The separator between each string expression.
155 156 157 |
# File 'lib/sequel/extensions/string_agg.rb', line 155 def separator @separator end |