Module: Ace::Demo::Atoms::VhsCommandBuilder

Defined in:
lib/ace/demo/atoms/vhs_command_builder.rb

Class Method Summary collapse

Class Method Details

.build(tape_path:, output_path:, vhs_bin: "vhs") ⇒ Object



9
10
11
# File 'lib/ace/demo/atoms/vhs_command_builder.rb', line 9

def build(tape_path:, output_path:, vhs_bin: "vhs")
  [vhs_bin, tape_path, "--output", output_path]
end