Module: AssOle::Snippets::IsSnippet::Argv Private
- Defined in:
- lib/ass_ole/snippets.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Ole ARGV helper for get value over parameters This provides method ‘argv` which will be available in snippets
Instance Method Summary collapse
- #argv(i) ⇒ Object private
Instance Method Details
#argv(i) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
54 55 56 |
# File 'lib/ass_ole/snippets.rb', line 54 def argv(i) WIN32OLE::ARGV[i] end |