Class: Aio::Module::Description::Runts
- Inherits:
-
Aio::Module::Description
- Object
- Aio::Module::Description
- Aio::Module::Description::Runts
- Includes:
- Aio::Module
- Defined in:
- lib/modules/description/style/runts.rb
Instance Attribute Summary
Attributes inherited from Aio::Module::Description
Instance Method Summary collapse
-
#initialize ⇒ Runts
constructor
A new instance of Runts.
- #to_s ⇒ Object
Methods inherited from Aio::Module::Description
#author, #case, #clear, #description, #license, #name, #parent?, #set_defaults, #temp, #title, #type
Constructor Details
#initialize ⇒ Runts
Returns a new instance of Runts.
8 9 10 11 12 13 14 15 16 |
# File 'lib/modules/description/style/runts.rb', line 8 def initialize super({ :author => "Elin", :case => :runts, :name => "Temp", :title => "Temp", :description => "Temp" }) end |
Instance Method Details
#to_s ⇒ Object
18 19 20 |
# File 'lib/modules/description/style/runts.rb', line 18 def to_s "" end |