Method: K8::ActionMethodMapping#each

Defined in:
lib/keight.rb

#eachObject



1185
1186
1187
1188
1189
1190
1191
# File 'lib/keight.rb', line 1185

def each
  #; [!62y5q] yields each urlpath pattern and action methods.
  @mappings.each do |urlpath_pattern, action_methods|
    yield urlpath_pattern, action_methods
  end
  self
end