Sha256: a01a8af1e77f9836bf3168356dfe7cba71f12e05bdbdf3273e4500f1a7c7ed9e

Contents?: true

Size: 158 Bytes

Versions: 14

Compression:

Stored size: 158 Bytes

Contents

require "mixlib/shellout"

module Mixlib
  class ShellOut

    def success?
      exitstatus == 0
    end

    def fail?
      ! success?
    end

  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bixby-client-0.5.3 lib/bixby-client/patch/shellout.rb
bixby-client-0.5.2 lib/bixby-client/patch/shellout.rb
bixby-client-0.5.1 lib/bixby-client/patch/shellout.rb
bixby-client-0.5.0 lib/bixby-client/patch/shellout.rb
bixby-client-0.4.1 lib/bixby-client/patch/shellout.rb
bixby-client-0.4.0 lib/bixby-client/patch/shellout.rb
bixby-client-0.3.0 lib/bixby-client/patch/shellout.rb
bixby-client-0.2.2 lib/bixby-client/patch/shellout.rb
bixby-client-0.2.1 lib/bixby-client/patch/shellout.rb
bixby-client-0.2.0 lib/bixby-client/patch/shellout.rb
bixby-client-0.1.4 lib/bixby-client/patch/shellout.rb
bixby-client-0.1.3 lib/bixby-client/patch/shellout.rb
bixby-client-0.1.2 lib/bixby-client/patch/shellout.rb
bixby-client-0.1.1 lib/bixby-client/patch/shellout.rb