Method: Fable::Path::Component#to_s

Defined in:
lib/fable/path.rb

#to_sObject



159
160
161
162
163
164
165
# File 'lib/fable/path.rb', line 159

def to_s
  if is_index?
    index.to_s
  else
    name
  end
end