class AWS::Core::XML::Grammar

def customize! customizations = nil, &block

a new grammar.
Applies customizations to the current grammar, not returning
def customize! customizations = nil, &block
  apply_customizations(customizations) if customizations
  instance_eval(&block) if block_given?
  self
end