Method: Sequel::SQL::StringAgg#separator

Defined in:
lib/sequel/extensions/string_agg.rb

#separatorObject (readonly)

The separator between each string expression.



155
156
157
# File 'lib/sequel/extensions/string_agg.rb', line 155

def separator
  @separator
end