Sha256: 553c3ae419c6d24d1db7a2a52c7d55802633a5841f6a7aa4243f4ea57840c6e0

Contents?: true

Size: 189 Bytes

Versions: 2

Compression:

Stored size: 189 Bytes

Contents

module Coinage
  module Exchange
    class None
      
      include Base
      
      def rate(current, target)
        super(current, target)
        1
      end
      
    end
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
chrislloyd-coinage-0.2.0 lib/coinage/exchange/none.rb
coinage-0.2.0 lib/coinage/exchange/none.rb