Module: Card::Set::Abstract::List::OtherViews::CsvFormat

Extended by:
Card::Set::AbstractFormat
Defined in:
platypus/tmp/set/gem-defaults/mod005-list/abstract/01_list/other_views.rb

Overview

JavaScript views

Instance Method Summary collapse

Instance Method Details

#view: coreObject



28
29
30
# File 'platypus/tmp/set/gem-defaults/mod005-list/abstract/01_list/other_views.rb', line 28

view :core do
  pointer_items.join ";"
end