Method: Permpress::Command#initialize

Defined in:
lib/permpress/command.rb

#initialize(executable, files, options = []) ⇒ Command

Returns a new instance of Command.



9
10
11
12
13
# File 'lib/permpress/command.rb', line 9

def initialize(executable, files, options = [])
  @executable = executable
  @files = files
  @options = options
end