# File lib/aws/core/xml/root_frame.rb, line 43 def inflect element_name @inflected[element_name] ||= Inflection.ruby_name(element_name).to_sym end