Method: RoadForest::Application::Parameters#initialize
- Defined in:
- lib/roadforest/application/parameters.rb
#initialize {|_self| ... } ⇒ Parameters
Returns a new instance of Parameters.
6 7 8 9 10 11 |
# File 'lib/roadforest/application/parameters.rb', line 6 def initialize @path_info = {} @query_params = {} @path_tokens = [] yield self if block_given? end |