Module: ConnectProto::Extensions::FullNameable
- Defined in:
- lib/extensions/full_nameable.rb
Instance Method Summary collapse
Instance Method Details
#full_name ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/extensions/full_nameable.rb', line 6 def full_name [ first_name.presence, middle_name.presence, last_name.presence ].compact.join(' ').squeeze(' ').strip end |