# File lib/rbreadline.rb, line 1311
  def _rl_to_lower(char)
    char.nil? ? nil : char.chr.downcase
  end