Module: Card::Set::Right::Head::HtmlFormat

Extended by:
AbstractFormat
Defined in:
platypus/tmp/set/gem-defaults/mod031-layout/right/head.rb

Instance Method Summary collapse

Instance Method Details

#view: coreObject



23
24
25
# File 'platypus/tmp/set/gem-defaults/mod031-layout/right/head.rb', line 23

view :core do
  process_content ::CodeRay.scan(render_raw, :html).div
end

#view: head_contentObject



15
16
17
# File 'platypus/tmp/set/gem-defaults/mod031-layout/right/head.rb', line 15

view :head_content, cache: :yes do
  process_content render_raw
end

#view: one_line_contentObject



19
20
21
# File 'platypus/tmp/set/gem-defaults/mod031-layout/right/head.rb', line 19

view :one_line_content do
  raw_one_line_content
end