module AWS::Core::MetaUtils

def extend(object, &block)

def extend(object, &block)
  object.extend(Module.new(&block))
end