Sha256: 2dbf0e5ac28acf1698383fe0f21281dbcc270162c5896bc02f88ea117810a77c

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

module Legion
  module Transport
    module Exchanges
      class Crypt < Legion::Transport::Exchange
        def exchange_name
          'crypt'
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
legion-transport-1.2.0 lib/legion/transport/exchanges/crypt.rb