# File lib/rbreadline.rb, line 2623
  def whitespace(c)
    (c == ' ' || c == "\t")
  end