Class: Thor::Options

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

Overview

Undoes the automatic removal of – in Thor::Options.peek. Otherwise “vgrnt ssh precise – ls /”

is parsed as "precise ls /". TODO: is there a less hacky way to handle this?

Instance Method Summary collapse

Instance Method Details

#peekObject



30
31
32
# File 'lib/vgrnt/base.rb', line 30

def peek
  return super
end