Sha256: 40f96b546cb2f79f75fb27bc6c865a093f2c16dbcc82f5b1b738d858cc7c8e62
Contents?: true
Size: 565 Bytes
Versions: 1
Compression:
Stored size: 565 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/ezl5238/dev/decko/gem/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/ezl5238/dev/decko/gem/mod/format/set/type/plain_text.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod007-format/type/plain_text.rb |