Sha256: 5487b15c9db571b372b5cd9492f77b54435ebeb402c7146bd06ff30df9867e95
Contents?: true
Size: 789 Bytes
Versions: 1
Compression:
Stored size: 789 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Type # Set: All "LayoutType" cards # # -*- encoding : utf-8 -*- module LayoutType; extend Card::Set def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/layout/set/type/layout_type.rb"; end include_set Type::Html event :update_layout_registry, :finalize, on: :update do Card::Layout.deregister_layout name Card::Layout.register_layout_with_nest name, format end module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat view :core do with_nest_mode :template do process_content ::CodeRay.scan(_render_raw, :html).div end end end end;end;end;end; # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/layout/set/type/layout_type.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod031-layout/type/layout_type.rb |