Module: Gyunyu::Command::Export::Format::Yaml

Defined in:
lib/gyunyu/command/export/format/yaml.rb

Class Method Summary collapse

Class Method Details

.export(tasks, fields) ⇒ Object



9
10
11
# File 'lib/gyunyu/command/export/format/yaml.rb', line 9

def self.export( tasks, fields )
  tasks.to_yaml
end