for i in 1..5
print i
end
IO.foreach("test"){|l| print if 11..20}
IO.foreach("text"){|l| print if /def/../end/}
Post a Comment
No comments:
Post a Comment