Sha256: c23dda8cdce5a15baaa76b2319481834e037f32fd820283d31c7031954018b74
Contents?: true
Size: 506 Bytes
Versions: 27
Compression:
Stored size: 506 Bytes
Contents
gcd.rb:4 def gcd(a, b) # # ******************************************************** # # This tests the edit command # # ******************************************************** # set debuggertesting on Currently testing the debugger is on. # # Edit using current line position. # edit FAKE-EDITOR +4 ./gcd.rb # edit gcd.rb:5 FAKE-EDITOR +5 gcd.rb # # File should not exist # edit foo *** Invalid file/line number specification: foo # # Add space to the end of 'edit' # edit FAKE-EDITOR +4 ./gcd.rb # quit
Version data entries
27 entries across 27 versions & 5 rubygems