summaryrefslogtreecommitdiff
path: root/language/hyph-utf8/source/generic/hyph-utf8/hyph-utf8.rb
diff options
context:
space:
mode:
Diffstat (limited to 'language/hyph-utf8/source/generic/hyph-utf8/hyph-utf8.rb')
-rw-r--r--language/hyph-utf8/source/generic/hyph-utf8/hyph-utf8.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/hyph-utf8/source/generic/hyph-utf8/hyph-utf8.rb b/language/hyph-utf8/source/generic/hyph-utf8/hyph-utf8.rb
index 60005af380..9ca036fa8e 100644
--- a/language/hyph-utf8/source/generic/hyph-utf8/hyph-utf8.rb
+++ b/language/hyph-utf8/source/generic/hyph-utf8/hyph-utf8.rb
@@ -9,7 +9,7 @@ class UnicodeCharacter
@bytes = [code_uni].pack('U').unpack('C*')
@name = name
end
-
+
attr_reader :code_uni, :code_enc, :bytes, :name
end