# File lib/aws/auto_scaling/launch_configuration.rb, line 44 def initialize name, options = {} super(options.merge(:name => name)) end