# File lib/aws/xml_grammar.rb, line 197 def boolean_value @current[:boolean] = true format_value {|value| super(value) == 'true' } end