Sha256: 897b9b720d9c468111383379d0ddabaad685cefad1af7e7e09ebd903fa48eb37

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

require "thor"

module Hubber
  module Command
    class Base < Thor
      class << self
        def perform(command, args, config)
          dispatch(command, args.dup, nil, config)
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hubber-0.1.2 lib/Hubber/command/base.rb