Method: ParticleCMD::Result#initialize
- Defined in:
- lib/particlecmd/result.rb
#initialize ⇒ Result
Returns a new instance of Result.
4 5 6 7 8 9 |
# File 'lib/particlecmd/result.rb', line 4 def initialize @extra = [] @positionals = {} @flags = {} @options = {} end |