Method: Mountapi::Route::Path#length

Defined in:
lib/mountapi/route/path.rb

#lengthObject



30
31
32
# File 'lib/mountapi/route/path.rb', line 30

def length
  @length ||= @path.gsub(TOKEN, "").length
end