Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.1.0) is shown here.
filename()
public
Returns the filename
for the data file for this version
# File activesupport/lib/active_support/multibyte/handlers/utf8_handler.rb, line 33
def self.filename
File.expand_path File.join(dirname, "unicode_tables.dat")
end