summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/highline/custom_errors.rb2
-rw-r--r--lib/highline/menu/item.rb2
-rw-r--r--lib/highline/question_asker.rb2
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/highline/custom_errors.rb b/lib/highline/custom_errors.rb
index 3f57395..28e97df 100644
--- a/lib/highline/custom_errors.rb
+++ b/lib/highline/custom_errors.rb
@@ -1,3 +1,5 @@
+# encoding: utf-8
+
class HighLine
# Internal HighLine errors.
module CustomErrors
diff --git a/lib/highline/menu/item.rb b/lib/highline/menu/item.rb
index 76e1e56..78594cf 100644
--- a/lib/highline/menu/item.rb
+++ b/lib/highline/menu/item.rb
@@ -1,3 +1,5 @@
+# encoding: utf-8
+
class HighLine
class Menu < Question
# Represents an Item of a HighLine::Menu.
diff --git a/lib/highline/question_asker.rb b/lib/highline/question_asker.rb
index 84dbd65..cb8dfa8 100644
--- a/lib/highline/question_asker.rb
+++ b/lib/highline/question_asker.rb
@@ -1,3 +1,5 @@
+# encoding: utf-8
+
class HighLine
# Deals with the task of "asking" a question
class QuestionAsker