class TTY::Prompt::Reader::Key
Responsible for meta-data information about key pressed
@api private
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/tty/prompt/reader/key_event.rb, line 10 def initialize(*) super(nil, false, false, false) end