Sha256: 1ce7c53799bbbb3dec672cbf0670a3d77c4e836a35515995a06fd009ff604c2b

Contents?: true

Size: 368 Bytes

Versions: 428

Compression:

Stored size: 368 Bytes

Contents

class Object
  # Makes backticks behave (somewhat more) similarly on all platforms.
  # On win32 `nonexistent_command` raises Errno::ENOENT; on Unix, the
  # spawned shell prints a message to stderr and sets $?. We emulate
  # Unix on the former but not the latter.
  def `(command) #:nodoc:
    super
  rescue Errno::ENOENT => e
    STDERR.puts "#$0: #{e}"
  end
end

Version data entries

428 entries across 375 versions & 42 rubygems

Version Path
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/activesupport-5.0.7.1/lib/active_support/core_ext/kernel/agnostics.rb
activesupport-4.2.11.3 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-4.2.11.2 lib/active_support/core_ext/kernel/agnostics.rb
cocoapods-dependency-html-0.0.2 vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/kernel/agnostics.rb
cocoapods-dependency-html-0.0.1 vendor/bundle/gems/activesupport-4.2.11.1/lib/active_support/core_ext/kernel/agnostics.rb
activesupport-5.1.7 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-5.1.7.rc1 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-5.1.6.2 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-5.0.7.2 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-4.2.11.1 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-5.1.6.1 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-5.0.7.1 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-4.2.11 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-5.1.6 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-5.0.7 lib/active_support/core_ext/kernel/agnostics.rb
tdiary-5.0.8 vendor/bundle/gems/activesupport-5.1.5/lib/active_support/core_ext/kernel/agnostics.rb
activesupport-5.1.5 lib/active_support/core_ext/kernel/agnostics.rb
activesupport-5.1.5.rc1 lib/active_support/core_ext/kernel/agnostics.rb
pract6-0.1.0 .gem/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/core_ext/kernel/agnostics.rb
activesupport-4.2.10 lib/active_support/core_ext/kernel/agnostics.rb