Welcome
Register
Projects
Help
About
Blog
Use OpenID
Login
Password
OpenID URL
Remember me
RSpec
Ruby on Rails
Ruby
Notes posted by monamon
RSS feed
monamon
-
May 5, 2016
0 thanks
more loops
fruits = [‘apple’,‘orange”]
fruits.each do |fruit|
puts
"
A fruit of type:
#{fruit}
"
end