Class: Andromeda::Guides::DefaultGuideHolder

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/andromeda/sugar.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDefaultGuideHolder

Returns a new instance of DefaultGuideHolder.



26
27
28
# File 'lib/andromeda/sugar.rb', line 26

def initialize
  @guide = LocalGuide
end

Instance Attribute Details

#guideObject

Returns the value of attribute guide.



24
25
26
# File 'lib/andromeda/sugar.rb', line 24

def guide
  @guide
end