gargamel100
Technical User
Hi people,
I started to learn Ruby programming and I wtite ruby programs using vi editor.
When I write and hit enter I go to next line and I got program code like
line1
line2
line3
...
...
Is there any feature in ruby or vi to get program code like
line1
line2
line3
line4
.....
end
end
I found this somehwere on net I mean is possible make nesting in ruby code. Obviously is but I do not know how?
I started to learn Ruby programming and I wtite ruby programs using vi editor.
When I write and hit enter I go to next line and I got program code like
line1
line2
line3
...
...
Is there any feature in ruby or vi to get program code like
line1
line2
line3
line4
.....
end
end
I found this somehwere on net I mean is possible make nesting in ruby code. Obviously is but I do not know how?