Sha256: 4faf4ed03c5a7481df2b0931316a0ed0f40a989553eb8b97020bfbefd6f3673c

Contents?: true

Size: 210 Bytes

Versions: 6

Compression:

Stored size: 210 Bytes

Contents

module Totem
  module ShellCmds
    class Base
      def initialize(args)
        @args = args
      end

      def run
        raise 'You must implement this method in a subclass.'
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
totem-0.0.8 lib/totem/shell_cmds/base.rb
totem-0.0.7 lib/totem/shell_cmds/base.rb
totem-0.0.6 lib/totem/shell_cmds/base.rb
totem-0.0.5 lib/totem/shell_cmds/base.rb
totem-0.0.4 lib/totem/shell_cmds/base.rb
totem-0.0.3 lib/totem/shell_cmds/base.rb