Sha256: f986fc85e12f87b1342f1cbd7f076959f3721c72234c868dca8c0cef2037c214

Contents?: true

Size: 673 Bytes

Versions: 8

Compression:

Stored size: 673 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Right
# Set: All "+Head" cards
#
module Head;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-layout/set/right/head.rb"; end
def ok_to_read
  true
end

module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
  view :head_content do
    process_content render_raw
  end

  view :one_line_content do
    raw_one_line_content
  end

  view :core do
    process_content ::CodeRay.scan(render_raw, :html).div
  end
end
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card-mod-layout/set/right/head.rb ~~

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
card-1.101.7 tmpsets/set/mod031-card-mod-layout/right/head.rb
card-1.101.6 tmpsets/set/mod031-card-mod-layout/right/head.rb
card-1.101.5 tmpsets/set/mod030-card-mod-layout/right/head.rb
card-1.101.4 tmpsets/set/mod030-card-mod-layout/right/head.rb
card-1.101.3 tmpsets/set/mod030-card-mod-layout/right/head.rb
card-1.101.2 tmpsets/set/mod030-card-mod-layout/right/head.rb
card-1.101.1 tmpsets/set/mod030-card-mod-layout/right/head.rb
card-1.101.0 tmpsets/set/mod030-card-mod-layout/right/head.rb