Method: Hooker#initialize
- Defined in:
- lib/hook/hooker.rb
#initialize ⇒ Hooker
Returns a new instance of Hooker.
6 7 8 9 |
# File 'lib/hook/hooker.rb', line 6 def initialize super warn "Using Hooker class is deprecated, update to use HookApp instead" end |