# File lib/aws/s3/object_metadata.rb, line 85 def method_missing name, *args, &blk return super if !args.empty? || blk self[name] end