class AWS::ELB::LoadBalancer

def initialize name, options = {}

def initialize name, options = {}
  super(options.merge(:name => name.to_s))
end