Sha256: 65764ec30fc92cf87c0e6e421a721684b2d9eea2f199d21b6d162c004828c65c

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 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 ./example/gcd.rb
# edit example/gcd.rb:5
FAKE-EDITOR +5 example/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 ./example/gcd.rb
# quit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-debug-0.10.5.rc1 test/data/edit.right