Sha256: 83df1da0ca40e7c68308b125f27bfcffee8cbafba76f84e9a61dad4252182b00
Contents?: true
Size: 727 Bytes
Versions: 1
Compression:
Stored size: 727 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/ezl5238/dev/decko/gem/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/ezl5238/dev/decko/gem/mod/script/set/self/script_html5shiv_printshiv.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod016-script/self/script_html5shiv_printshiv.rb |