class Ecrire::Commands::Base

Public Instance Methods

shift_argv!() click to toggle source
# File lib/ecrire/commands/base.rb, line 4
def shift_argv!
  ARGV.shift if ARGV.first && ARGV.first[0] != '-'
end