# File cli/ruby-debug/command.rb, line 150 def register_setting_set(name, &block) settings_map[name] ||= {} settings_map[name][:setter] = block end