class Aio::Module::Description::Register

Public Class Methods

new() click to toggle source
Calls superclass method Aio::Module::Description::new
# File lib/modules/description/style/register.rb, line 8
def initialize
  super({
    :author     => "Elin",
    :case       => :register,
    :name       => "寄存器错误",
    :title      => "寄存器值检查",
    :description  => "寄存器值检查"
  })  
end

Public Instance Methods

to_s() click to toggle source
# File lib/modules/description/style/register.rb, line 18
def to_s
        "要求寄存器的值为正确值。"
end