Method: RSpecDocumentation::Configuration#hook
- Defined in:
- lib/rspec_documentation/configuration.rb
#hook(name, &block) ⇒ Object
38 39 40 |
# File 'lib/rspec_documentation/configuration.rb', line 38 def hook(name, &block) hooks[name] = block end |