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_tagsObject



29
30
31
32
33
# File 'platypus/tmp/set/gem-defaults/mod019-script/type_plus_right/mod/script.rb', line 29

def remote_include_tags
  map_remote_items do |tag_args|
    javascript_include_tag tag_args.delete("src"), tag_args
  end
end

#view: remote_script_tagsObject



25
26
27
# File 'platypus/tmp/set/gem-defaults/mod019-script/type_plus_right/mod/script.rb', line 25

view :remote_script_tags do
  remote_include_tags.compact.join "\n"
end