Class: TTK::Logger::Path

Inherits:
Array show all
Defined in:
lib/ttk/logger/path.rb

Instance Method Summary collapse

Methods inherited from Array

#symtbl_gsub

Instance Method Details

#to_sObject Also known as: inspect



13
14
15
# File 'lib/ttk/logger/path.rb', line 13

def to_s
  '/' + map{ |x| x[0] }.join('/')
end