Narrow code
- Check that the line numbers in the following example are close to the code and to the left of the code display:
>
1
2
3
def foo
puts 'foo'
end
- Check that the line numbers from
10
below are the same distance from the code
as in the above example:
>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
def foo
puts 'foo'
end
def foo
puts 'foo'
end
def foo
puts 'foo'
end
def foo
puts 'foo'
end