Sha256: 7d36b6e74c68671d1d7782643e5fa6cdcdc3bb041ca3be016e527626f30361c4

Contents?: true

Size: 352 Bytes

Versions: 6796

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,796 entries across 6,792 versions & 31 rubygems

Version Path
qiita_org-0.1.26 gems/ruby/2.7.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
qiita_org-0.1.25 gems/ruby/2.7.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
passbase-1.1.0 vendor/bundle/ruby/2.7.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
passbase-1.0.3 vendor/bundle/ruby/2.7.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
passbase-1.0.2 vendor/bundle/ruby/2.7.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
passbase-1.0.1 vendor/bundle/ruby/2.7.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
passbase-1.0.0 vendor/bundle/ruby/2.7.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
metanorma-cli-1.3.4 gems/ruby/2.6.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
metanorma-cli-1.3.3.1 gems/ruby/2.6.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
files.com-1.0.1 vendor/bundle/ruby/2.5.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
talon_one-2.0.0 vendor/bundle/ruby/2.3.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
talon_one-2.0.0 vendor/bundle/ruby/2.7.0/gems/pry-0.13.1/lib/pry/system_command_handler.rb
pry-0.13.1-java lib/pry/system_command_handler.rb
pry-0.13.1 lib/pry/system_command_handler.rb
pry-0.13.0-java lib/pry/system_command_handler.rb
pry-0.13.0 lib/pry/system_command_handler.rb