Skip to content

Commit

Permalink
name: dont
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Lang committed Oct 27, 2008
1 parent 1cdca5b commit dfc3e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unicode_utils/name.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def self.read_names
#
# UnicodeUtils.name "ᾀ" => "GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI"
def name(str)
NAME_MAP[str.codepoints.first].encode
NAME_MAP[str.codepoints.first] # .encode
end
module_function :name

Expand Down

0 comments on commit dfc3e0e

Please sign in to comment.