Mephisto Switch
I was somewhat disappointed with the recent troubles on Typo's trac site, so I'm giving Mephisto a shot.
Attachment test: 
# proc.rb
x = ["zeroth", "first", "gaius baltar"]
n = 0
x.each do |e|
puts "The th entry is "
n += 1
end
I was somewhat disappointed with the recent troubles on Typo's trac site, so I'm giving Mephisto a shot.
Attachment test: 
# proc.rb
x = ["zeroth", "first", "gaius baltar"]
n = 0
x.each do |e|
puts "The th entry is "
n += 1
end