module Remedy

Constants

VERSION

Public Instance Methods

Key(object) click to toggle source
# File lib/remedy/key.rb, line 118
def Key object
  if object.is_a? Key then
    object
  else
    Key.new object
  end
end
libs() click to toggle source
# File lib/remedy.rb, line 4
def libs
  %w{
    version ansi characters console console_resize content header footer
    interaction key keyboard partial view viewport
  }
end