Fix coding standards

This commit is contained in:
Thibault Jouan
2015-05-12 15:02:44 +00:00
parent 658e333420
commit c8b685b8a3
8 changed files with 22 additions and 13 deletions

View File

@@ -7,7 +7,8 @@ module Producer
attr_reader :input, :output, :error_output, :registry, :logger
attr_accessor :target, :verbose, :debug, :dry_run, :recipe_argv
def initialize(input: $stdin, output: $stdout, error_output: $stderr, remote: nil, registry: {})
def initialize(input: $stdin, output: $stdout, error_output: $stderr,
remote: nil, registry: {})
@verbose = @debug = @dry_run = false
@input = input
@output = output