dirname()
Returns the directory in which the data files are stored
# File activesupport/lib/active_support/multibyte/unicode_database.rb, line 59 def self.dirname File.dirname(__FILE__) + '/../values/' end