Class: Grably::YamlJob

Inherits:
TextJob show all
Defined in:
lib/grably/jobs/text/yaml.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from TextJob

#build

Methods included from Job

included, jobs

Instance Method Details

#dump(content, io) ⇒ Object



8
9
10
# File 'lib/grably/jobs/text/yaml.rb', line 8

def dump(content, io)
  YAML.dump(content, io)
end