Sha256: 3fac0af936897141409e1359502cea588240f716eee8a50c4f7d0ab45c1acb8b
Contents?: true
Size: 733 Bytes
Versions: 8
Compression:
Stored size: 733 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Self # Set: The card "ScriptHtml5shivPrintshiv" # module ScriptHtml5shivPrintshiv; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-script/set/self/script_html5shiv_printshiv.rb"; end include_set Abstract::CodeFile module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat view :script_tag, perms: :none do <<-HTML.strip_heredoc <!--[if lt IE 9]> #{javascript_include_tag card.machine_output_url} <![endif]--> HTML end end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-script/set/self/script_html5shiv_printshiv.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems