Method: LHC::Config#interceptors=
- Defined in:
- lib/lhc/config.rb
#interceptors=(interceptors) ⇒ Object
37 38 39 40 |
# File 'lib/lhc/config.rb', line 37 def interceptors=(interceptors) raise 'Default interceptors already set and can only be set once' if @interceptors @interceptors = interceptors end |