class HandyToolbox::Keys

Constants

DOWN
ENTER_ARR
ESC
FIRST
LAST
PAGE_DOWN
PAGE_UP
UP

Public Class Methods

get() click to toggle source
# File lib/handy_toolbox/keys.rb, line 15
def self.get
  Curses.getch
end