Module: Card::Set::TypePlusRight::Mod::Script::HtmlFormat
- Extended by:
- AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod019-script/type_plus_right/mod/script.rb
Instance Method Summary collapse
Instance Method Details
#remote_include_tags ⇒ Object
29 30 31 32 33 |
# File 'platypus/tmp/set/gem-defaults/mod019-script/type_plus_right/mod/script.rb', line 29 def map_remote_items do |tag_args| javascript_include_tag tag_args.delete("src"), tag_args end end |
#view: remote_script_tags ⇒ Object
25 26 27 |
# File 'platypus/tmp/set/gem-defaults/mod019-script/type_plus_right/mod/script.rb', line 25 view :remote_script_tags do .compact.join "\n" end |