class Quaker::ComposeFile
Public Instance Methods
build(spec)
click to toggle source
# File lib/quaker/compose_file.rb, line 5 def build spec { 'version' => '2', 'services' => spec }.to_yaml end
# File lib/quaker/compose_file.rb, line 5 def build spec { 'version' => '2', 'services' => spec }.to_yaml end