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 12 |
# File 'platypus/tmp/set/gem-defaults/mod004-format/all/yaml.rb', line 9 def show view, args={} view ||= :export render!(view, args).to_yaml end |