DEBSOURCES
Skip Quicknav
sources / ruby3.3 / 3.3.8-2 / spec / ruby / command_line / fixtures / debug_info.rb
1234567891011
# frozen_string_literal: true a = 'string' b = a c = b d = c e = d begin a << 'new part' rescue Exception => e print e.message end