Returns:
433 434 435
# File 'lib/client.rb', line 433 def is_singular?(str) str.pluralize != str && str.singularize == str end