Sha256: 8bfc7f03139612f16aad7dda14bd8d7ba70defc027482c3ffb64790ac22c3824
Contents?: true
Size: 654 Bytes
Versions: 18
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
18 entries across 18 versions & 1 rubygems