Class: HighFive::Thor::Task

Inherits:
Thor
  • Object
show all
Defined in:
lib/high_five/thor/task.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.inherited(base) ⇒ Object

:nodoc:



17
18
19
# File 'lib/high_five/thor/task.rb', line 17

def inherited(base) #:nodoc:
  base.send :extend,  ClassMethods
end