Class: Breeze::Veur

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/breeze/veur.rb

Overview

Thor is also known as Veur. Veur means “guard of the shrine” (possibly) according to Wikipedia.

Class Method Summary collapse

Class Method Details

.inherited(c) ⇒ Object

shorten the task names



12
13
14
15
16
# File 'lib/breeze/veur.rb', line 12

def self.inherited(c)
  c.class_eval do
    namespace Thor::Util.namespace_from_thor_class(c).sub('breeze:', '')
  end
end