Sha256: 00e608106075ac973e4306f00b6faca522e1de6fa0d9f92c9c7e83de6d8c80d2

Contents?: true

Size: 207 Bytes

Versions: 10

Compression:

Stored size: 207 Bytes

Contents

require_relative 'runner'

module Shell
    class CommandsGenerator

        def self.start
            self.new.run
        end

        def run
            Shell::Runner.new.launch
        end
    end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
sct-1.0.4 shell/lib/shell/commands_generator.rb
sct-1.0.2 shell/lib/shell/commands_generator.rb
sct-1.0.1 shell/lib/shell/commands_generator.rb
sct-1.0.0 shell/lib/shell/commands_generator.rb
sct-0.1.35 shell/lib/shell/commands_generator.rb
sct-0.1.34 shell/lib/shell/commands_generator.rb
sct-0.1.33 shell/lib/shell/commands_generator.rb
sct-0.1.31 shell/lib/shell/commands_generator.rb
sct-0.1.30 shell/lib/shell/commands_generator.rb
sct-0.1.29 shell/lib/shell/commands_generator.rb