Sha256: e2e31f650d772939118a6f76e112851dd2f1d6dc9558d881db9c87ef69d4c160

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-0.1.28 shell/lib/shell/commands_generator.rb
sct-0.1.27 shell/lib/shell/commands_generator.rb
sct-0.1.26 shell/lib/shell/commands_generator.rb
sct-0.1.25 shell/lib/shell/commands_generator.rb
sct-0.1.24 shell/lib/shell/commands_generator.rb
sct-0.1.23 shell/lib/shell/commands_generator.rb
sct-0.1.22 shell/lib/shell/commands_generator.rb
sct-0.1.21 shell/lib/shell/commands_generator.rb
sct-0.1.20 shell/lib/shell/commands_generator.rb
sct-0.1.19 shell/lib/shell/commands_generator.rb