method
to_s
v4.2.7 -
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 16
def to_s
parts.join SEPARATOR
end