# File cli/ruby-debug/command.rb, line 227 def debug_silent_eval(str) begin eval(str, get_binding) rescue StandardError, ScriptError nil end end