Sha256: 56b37b549e411843c7bd269677e21b3aa8201c6e9f7d10238e312b6bfe2a56fe

Contents?: true

Size: 161 Bytes

Versions: 2

Compression:

Stored size: 161 Bytes

Contents

module BBLib
  class OptsParser
    class Command < Option

      def extract(index, args)
        args.delete_at(index)
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bblib-2.0.1 lib/bblib/cli/options/command.rb
bblib-2.0.0 lib/bblib/cli/options/command.rb