Class: Symbol Private

Inherits:
Object show all
Defined in:
lib/stub_requests/core_ext/string/to_route_param.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_route_paramObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

:nodoc:



20
21
22
# File 'lib/stub_requests/core_ext/string/to_route_param.rb', line 20

def to_route_param
  to_s.to_route_param
end