Class: MVCLI::ArgvProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/mvcli/std/providers/argv_provider.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



6
7
8
# File 'lib/mvcli/std/providers/argv_provider.rb', line 6

def value
  MVCLI::Argv.new command.argv
end