Sha256: 5562118fe75c357d72c039c3b1857e1b2ecedc061eaf667883f22b3326774126

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 Bytes

Contents

# frozen_string_literals: true

module Jobshop
  module CLI
    class Application < Thor

      no_commands do
        def require_environment!
          require File.expand_path("config/environment")
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jobshop-0.0.167 lib/jobshop/cli/application.rb