Sha256: 7d36b6e74c68671d1d7782643e5fa6cdcdc3bb041ca3be016e527626f30361c4

Contents?: true

Size: 352 Bytes

Versions: 6843

Compression:

Stored size: 352 Bytes

Contents

# frozen_string_literal: true

class Pry
  # @api private
  # @since v0.13.0
  module SystemCommandHandler
    class << self
      def default(output, command, _pry_instance)
        return if Kernel.system(command)

        output.puts(
          "Error: there was a problem executing system command: #{command}"
        )
      end
    end
  end
end

Version data entries

6,843 entries across 6,838 versions & 33 rubygems

Version Path
ory-client-0.0.1.alpha110 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha109 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
avalara_sdk-2.4.26 vendor/bundle/ruby/2.6.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha108 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-oathkeeper-client-0.38.23.beta1 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-oathkeeper-client-0.38.22.beta1 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha107 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-hydra-client-1.11.7 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha106 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-hydra-client-1.11.6 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-keto-client-0.8.0.alpha1 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha105 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha104 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha103 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-hydra-client-1.11.5 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha101 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha100 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-hydra-client-1.11.4 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha99 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
ory-client-0.0.1.alpha98 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb