7 8 9 10 11
# File 'lib/codepipe/build.rb', line 7 def run puts "build" options = @options Pipeline.new(options).run end