summaryrefslogtreecommitdiff
path: root/lib/highline/terminal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/highline/terminal.rb')
-rwxr-xr-xlib/highline/terminal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/highline/terminal.rb b/lib/highline/terminal.rb
index bd8eda1..7877f94 100755
--- a/lib/highline/terminal.rb
+++ b/lib/highline/terminal.rb
@@ -81,7 +81,7 @@ class HighLine
# Get one character from the terminal
# @return [String] one character
- def get_character; end
+ def get_character; end # rubocop:disable Naming/AccessorMethodName
# Get one line from the terminal and format accordling.
# Use readline if question has readline mode set.