Module: Card::Set::Type::LayoutType::HtmlFormat

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

Instance Method Summary collapse

Instance Method Details

#view: coreObject



20
21
22
23
24
# File 'platypus/tmp/set/gem-defaults/mod031-layout/type/layout_type.rb', line 20

view :core do
  with_nest_mode :template do
    process_content ::CodeRay.scan(_render_raw, :html).div
  end
end