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