Class: ExtendScript::Client
- Inherits:
-
Thor
- Object
- Thor
- ExtendScript::Client
- Defined in:
- lib/extend_script/client.rb
Instance Method Summary collapse
Instance Method Details
#merge ⇒ Object
11 12 13 14 15 16 |
# File 'lib/extend_script/client.rb', line 11 def merge infile = ['input'] outfile = ['output'] = ['embed-version'] export(infile, outfile, ) end |