# File lib/interact/interactive.rb, line 108
  def read_char(options = {})
    input = options[:input] || $stdin

    with_char_io(input) do
      get_character(input)
    end
  end