module Gyunyu::Command::Export::Format::Yaml
Public Class Methods
export( tasks, fields )
click to toggle source
# File lib/gyunyu/command/export/format/yaml.rb, line 8 def self.export( tasks, fields ) tasks.to_yaml end