Returns:
56 57 58 59
# File 'lib/config.rb', line 56 def is_bool?(str) str = str.strip str == 'true' || str == 'false' end