Module: Card::Set::Self::NewFile::HtmlFormat
- Extended by:
- AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod016-carrierwave/self/new_file.rb
Instance Method Summary collapse
Instance Method Details
#view: core ⇒ Object
13 14 15 |
# File 'platypus/tmp/set/gem-defaults/mod016-carrierwave/self/new_file.rb', line 13 view :core, cache: :never do super() end |
#view: input ⇒ Object
17 18 19 |
# File 'platypus/tmp/set/gem-defaults/mod016-carrierwave/self/new_file.rb', line 17 view :input, cache: :never do super() end |
#view: source ⇒ Object
9 10 11 |
# File 'platypus/tmp/set/gem-defaults/mod016-carrierwave/self/new_file.rb', line 9 view :source, cache: :never do super() end |