Returns:
20 21 22
# File 'lib/lite/ruby/string.rb', line 20 def any?(*keys) keys.any? { |key| include?(key) } end