class Aio::Module::Description::Runts

Public Class Methods

new() click to toggle source
Calls superclass method Aio::Module::Description::new
# File lib/modules/description/style/runts.rb, line 8
def initialize
  super({
    :author     => "Elin",
    :case       => :runts,
    :name       => "Temp",
    :title      => "Temp",
    :description  => "Temp"
  })  
end

Public Instance Methods

to_s() click to toggle source
# File lib/modules/description/style/runts.rb, line 18
def to_s
        ""
end