Class: FxOS

Inherits:
Object
  • Object
show all
Defined in:
lib/fxos/fxos.rb

Instance Method Summary collapse

Constructor Details

#initialize(args, stdin) ⇒ FxOS

init



6
7
8
# File 'lib/fxos/fxos.rb', line 6

def initialize(args, stdin)
  parse_commands(args)
end