Class: Quaker::ComposeFile

Inherits:
Object
  • Object
show all
Defined in:
lib/quaker/compose_file.rb

Instance Method Summary collapse

Instance Method Details

#build(spec) ⇒ Object



5
6
7
8
9
10
# File 'lib/quaker/compose_file.rb', line 5

def build spec
  {
    'version' => '2',
    'services' => spec
  }.to_yaml
end