Document Tty.

This commit is contained in:
Markus Reiter 2020-08-09 02:59:35 +02:00
parent b14bc2857b
commit d8eb508500

View File

@ -1,5 +1,8 @@
# frozen_string_literal: true # frozen_string_literal: true
# Various helper functions for interacting with TTYs.
#
# @api private
module Tty module Tty
module_function module_function