101 reputation
1
bio website facebook.com/thenonsequitur
location New York, NY
age 29
visits member for 2 years, 2 months
seen Apr 23 at 9:41
stats profile views 0
puts 10.downto(1).each{ |i| puts i }
puts 'Blast off!'

puts (10.downto(1).map{ |i| i.to_s } + ['Blast Off!']).join("\n")

(1..10).to_a.reverse.each{ |i| puts i }
puts 'Blast off!'

This user has not answered any questions
This user has not asked any questions
This user has not participated in any tags
Stack Overflow Stack Overflow 20,170 rep 22368
Meta Stack Overflow Meta Stack Overflow 1,468 rep 1719
Programmers Stack Exchange Programmers 270 rep 310
English Language & Usage Stack Exchange English Language & Usage 254 rep 210
Server Fault Server Fault 217 rep 416

0 Votes Cast

This user has not cast any votes