Method: Mountapi::Route::Path#length
- Defined in:
- lib/mountapi/route/path.rb
#length ⇒ Object
30 31 32 |
# File 'lib/mountapi/route/path.rb', line 30 def length @length ||= @path.gsub(TOKEN, "").length end |
30 31 32 |
# File 'lib/mountapi/route/path.rb', line 30 def length @length ||= @path.gsub(TOKEN, "").length end |