Module: Mines::Help
- Defined in:
- lib/help.rb
Class Attribute Summary collapse
-
.generate ⇒ Object
Returns the value of attribute generate.
-
.new ⇒ Object
Returns the value of attribute new.
Class Method Summary collapse
Class Attribute Details
.generate ⇒ Object
Returns the value of attribute generate.
5 6 7 |
# File 'lib/help.rb', line 5 def generate @generate end |
.new ⇒ Object
Returns the value of attribute new.
5 6 7 |
# File 'lib/help.rb', line 5 def new @new end |
Class Method Details
.configure {|_self| ... } ⇒ Object
6 7 8 |
# File 'lib/help.rb', line 6 def configure yield self end |