# File lib/fog/rackspace/models/auto_scale/launch_config.rb, line 29
        def update
          options = {}
          options['type'] = type unless type.nil?
          options['args'] = args unless args.nil?

          service.update_launch_config(group.id, options)
          true
        end