Sha256: 05568831f2136b66e7618c27e5f627bb6a33718aa347d2d3c8f5dec5d11eed3d
Contents?: true
Size: 654 Bytes
Versions: 8
Compression:
Stored size: 654 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; module Type; module LayoutType; extend Card::Set # ~~~~~~~~~~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/05_standard/set/type/layout_type.rb ~~~~~~~~~~~ # -*- encoding : utf-8 -*- include Html format do include Html::Format end format :html do include Html::HtmlFormat view :core do |args| with_inclusion_mode :template do process_content ::CodeRay.scan( _render_raw, :html ).div end end end # ~~~~~~~~~~~ below autogenerated; above pulled from /Users/ethan/dev/wagn/gem/card/mod/05_standard/set/type/layout_type.rb ~~~~~~~~~~~ end;end;end;end;
Version data entries
8 entries across 8 versions & 1 rubygems