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: core ⇒ Object
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_content ⇒ Object
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_content ⇒ Object
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 |