167 168 169 170 171
# File 'lib/hyper_trace/hyper_trace.rb', line 167 def safe_s(obj) obj.to_s rescue Exception "native object" end