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

Version Path
card-1.18.6 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.18.5 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.18.4 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.18.3 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.18.2 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.18.1 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.18.0 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.17.4 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.17.3 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.17.2 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.17.1 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.17.0 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.16.15 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.16.14 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.16.13 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.16.12 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.16.11 tmpsets/set/mod007-05_standard/type/layout_type.rb
card-1.16.10 tmpsets/set/mod007-05_standard/type/layout_type.rb