Method: ThorInteractive.extended
- Defined in:
- lib/whatup/cli/thor_interactive.rb
.extended(base) ⇒ Object
Include the instance variable to method hook in our cli classes
29 30 31 |
# File 'lib/whatup/cli/thor_interactive.rb', line 29 def self.extended base base.send :include, ThorInstanceVariableHook end |