DEBSOURCES
Skip Quicknav
sources / ruby3.4 / 3.4.5-1~exp1 / spec / ruby / command_line / fixtures / debug_info.rb
12345678910
a = 'string' b = a c = b d = c e = d begin a << 'new part' rescue Exception => e print e.message end