Sha256: ef261b1cbfccef9c79d52c567b378289a8183c4cbfea7b78cca144c80acbe885

Contents?: true

Size: 279 Bytes

Versions: 2

Compression:

Stored size: 279 Bytes

Contents

require_relative "thin_service/version.rb"
require_relative "thin_service/command.rb"

module ThinService
  class Service
    def initialize( args )
      @args = args
    end

    def run!
      ThinService::Command::Registry.new.run(  @args )
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thin_service-0.0.7 lib/thin_service.rb
thin_service-0.0.6 lib/thin_service.rb