Sha256: d87e1752c0f8d5d83c1bec41095a424e230259e5545dd622d0e107160e772cf4

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

require 'numerizer'
require 'alchemist'

require 'herbalist/herbalist'

# reopen Alchemist and create an accessor for si_units
# hopefully a future patch will mean we can remove this
unless Alchemist.respond_to?(:si_units)
  module Alchemist
    def self.si_units
      @@si_units
    end
  end
end

module Herbalist
  class << self
    attr_accessor :debug
  end
  
  self.debug = false
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
herbalist-0.1.0 lib/herbalist.rb