Sha256: e0aa2324f9fa01c29525ae86feec029f03208cdf0f89e7527d4dbb9a6358feb1

Contents?: true

Size: 421 Bytes

Versions: 18

Compression:

Stored size: 421 Bytes

Contents

#coding=utf-8

require "aio/core"

class Aio::Module::Description::Register < Aio::Module::Description
  include Aio::Module

  def initialize
    super({
      :author     => "Elin",
      :case       => :register,
      :name       => "寄存器错误",
      :title      => "寄存器值检查",
      :description  => "寄存器值检查"
    })  
  end 

	def to_s
		"要求寄存器的值为正确值。"
	end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
aio_elin-1.1.8 lib/modules/description/style/register.rb
aio_elin-1.1.7 lib/modules/description/style/register.rb
aio_elin-1.1.4 lib/modules/description/style/register.rb
aio_elin-1.1.3 lib/modules/description/style/register.rb
aio_elin-1.1.2 lib/modules/description/style/register.rb
aio_elin-1.1.1 lib/modules/description/style/register.rb
aio_elin-1.1.0 lib/modules/description/style/register.rb
aio_elin-1.0.9 lib/modules/description/style/register.rb
aio_elin-1.0.8 lib/modules/description/style/register.rb
aio_elin-1.0.7 lib/modules/description/style/register.rb
aio_elin-1.0.6 lib/modules/description/style/register.rb
aio_elin-1.0.5 lib/modules/description/style/register.rb
aio_elin-1.0.4 lib/modules/description/style/register.rb
aio_elin-1.0.3 lib/modules/description/style/register.rb
aio_elin-1.0.2 lib/modules/description/style/register.rb
aio_elin-1.0.1 lib/modules/description/style/register.rb
aio_elin-1.0.0 lib/modules/description/style/register.rb
aio_elin-0.0.1 lib/modules/description/style/register.rb