# File lib/AWS.rb, line 32 32: def method_missing(meth, *args, &block) 33: if args.size == 0 34: self[meth.to_s] || self[meth.to_sym] 35: end 36: end