module Roda::RodaPlugins::MatchHookArgs::InstanceMethods

  1. lib/roda/plugins/match_hook_args.rb

Methods

Public Instance

  1. _match_hook_args

Public Instance methods

_match_hook_args(matchers, block_args)

Default empty method if no match hooks are defined.

[show source]
   # File lib/roda/plugins/match_hook_args.rb
67 def _match_hook_args(matchers, block_args)
68 end