method
to_s
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::Name
to_s()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/utils.rb, line 18
def to_s
parts.join SEPARATOR
end