# File lib/randexp/randgen.rb, line 21
  def self.whitespace(options = {})
    ["\t", "\n", "\r", "\f"].pick
  end