Sha256: 40cb43800e8992a925ea8662f4f7c0ce0734b3dce8054d4ef1cdab2e15363cef

Contents?: true

Size: 129 Bytes

Versions: 2

Compression:

Stored size: 129 Bytes

Contents

# -*- encoding : utf-8 -*-

class Card
  Format.register :text
  class TextFormat < Format
    @@aliases[:txt] = :text
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wagn-1.12.12 mods/core/formats/text_format.rb
wagn-1.12.11 mods/core/formats/text_format.rb