Module: Card::Set::All::Yaml::YamlFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod004-format/all/yaml.rb
Instance Method Summary collapse
Instance Method Details
#show(view, args = {}) ⇒ Object
9 10 11 |
# File 'platypus/tmp/set/gem-defaults/mod004-format/all/yaml.rb', line 9 def show view, args={} render!(view, args).to_yaml end |
#view: core ⇒ Object
13 14 15 |
# File 'platypus/tmp/set/gem-defaults/mod004-format/all/yaml.rb', line 13 view :core do render_pod end |