# File ../lib/currencystring.rb, line 4
        def self.included(other)
                yml = File.dirname(File.expand_path(__FILE__))+File::SEPARATOR+"currencystring.yml"
                @@currencystr_config ||= YAML::load(File.open(yml))
        end