Class: Thor

Inherits:
Object
  • Object
show all
Defined in:
lib/capricorn/extentions/thor_extentions.rb

Defined Under Namespace

Modules: Util

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.real_namespaceObject

:nodoc:



5
6
7
# File 'lib/capricorn/extentions/thor_extentions.rb', line 5

def real_namespace
  @real_namespace
end

Class Method Details

.namespaceObject



10
11
12
# File 'lib/capricorn/extentions/thor_extentions.rb', line 10

def self.namespace
  Thor.real_namespace
end

.namespace=(value) ⇒ Object



7
8
9
# File 'lib/capricorn/extentions/thor_extentions.rb', line 7

def self.namespace=(value)
  Thor.real_namespace = value
end