DEBSOURCES
Skip Quicknav
sources / jruby / 9.1.17.0-3 / 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