Sha256: a15c5b87a3acbc96d5310333582c909940a09eb76d26a8a701beabc5d2f47f82

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

module Exchange
  
  # The current version of the exchange gem
  #
  VERSION = '0.8.0'
  
  # The root installation path of the gem
  # @version 0.5
  # @since 0.1
  #
  ROOT_PATH = File.dirname(__FILE__).to_s.sub(/\/lib\/exchange\/?$/, '')
  
  # The error that gets thrown if no conversion rate is available
  # @version 0.1
  # @since 0.1
  #
  NoRateError       = Class.new StandardError
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exchange-0.8.0 lib/exchange/base.rb