Sha256: c269b64f55330c7135c5f9d42290fc9c652271c39a2704d7e4a9a46456e175c6
Contents?: true
Size: 571 Bytes
Versions: 8
Compression:
Stored size: 571 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Type # Set: All "PlainText" cards # module PlainText; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-format/set/type/plain_text.rb"; end module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat def input_type :text_area end view :core do process_content CGI.escapeHTML(_render_raw) end end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-format/set/type/plain_text.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems