method
to_s
v7.0.0 -
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