Method: ParticleCMD::Result#initialize

Defined in:
lib/particlecmd/result.rb

#initializeResult

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