Sha256: bfd96fbb5de0edd5705eb4bb359355b66a7917396c6824dc431c7a59c6ea5485

Contents?: true

Size: 117 Bytes

Versions: 8

Compression:

Stored size: 117 Bytes

Contents

# frozen_string_literal: true

module RubyGPG2
  module Commands
    Result = Struct.new(:output, :status)
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_gpg2-0.11.0.pre.4 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.11.0.pre.3 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.11.0.pre.2 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.11.0.pre.1 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.10.0 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.9.0.pre.9 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.9.0.pre.8 lib/ruby_gpg2/commands/result.rb
ruby_gpg2-0.9.0.pre.7 lib/ruby_gpg2/commands/result.rb