Sha256: 2d9e2f82423bdc1eca2b15f09c68d6d664b40ef766d2cbaefe2d912bdbfadc01

Contents?: true

Size: 481 Bytes

Versions: 1

Compression:

Stored size: 481 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Type
# Set: All "Phrase" cards
#
module Phrase;
extend Card::Set
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/format/set/type/phrase.rb"; end
module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
  def input_type
    :text_field
  end
end
end;end;end;end;
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/format/set/type/phrase.rb ~~

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
card-1.102.0 tmpsets/set/mod007-format/type/phrase.rb