Class: TTK::Logger::Path
Instance Method Summary collapse
- #to_s ⇒ Object (also: #inspect)
Methods inherited from Array
Instance Method Details
#to_s ⇒ Object Also known as: inspect
13 14 15 |
# File 'lib/ttk/logger/path.rb', line 13 def to_s '/' + map{ |x| x[0] }.join('/') end |