Sha256: 28713ef7885342ccaf86db27ff814fceddb168115697437f88f34a21a1f25f7e
Contents?: true
Size: 734 Bytes
Versions: 10
Compression:
Stored size: 734 Bytes
Contents
gcd.rb:4 def gcd(a, b) # # ******************************************************** # # This tests finish. # # ******************************************************** # set debuggertesting on Currently testing the debugger is on. # set callstyle last Frame call-display style is last. # set autoeval off autoeval is off. # break 6 Breakpoint 1 file gcd.rb, line 6 # continue Breakpoint 1 at gcd.rb:6 gcd.rb:6 if a > b # continue Breakpoint 1 at gcd.rb:6 gcd.rb:6 if a > b # continue Breakpoint 1 at gcd.rb:6 gcd.rb:6 if a > b # where --> #0 Object.gcd(a#Fixnum, b#Fixnum) at line gcd.rb:6 #1 Object.-(a#Fixnum, b#Fixnum) at line gcd.rb:15 #2 Object.-(a#Fixnum, b#Fixnum) at line gcd.rb:15 #3 at line gcd.rb:18 # finish 0
Version data entries
10 entries across 10 versions & 3 rubygems