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
19 20 21 22 23 24 |
# File 'lib/extend_script/client.rb', line 19 def merge infile = ['input'] outfile = ['output'] = ['embed-version'] export(infile, outfile, ) end |
#version ⇒ Object
10 11 12 |
# File 'lib/extend_script/client.rb', line 10 def version puts "ExtenedScript Util. #{ExtendScript::VERSION}" end |