5.times {|i| puts "I can handle this piece a sheet #{i}"}
array = [1,2,3,4,5]
array.each { |e| puts "say hello #{e}" }
a = [:foo, 'bar', 2]
a.each { |element| puts "#{element.class} #{element}" }
5.times {|i| puts "I can handle this piece a sheet #{i}"}
array = [1,2,3,4,5]
array.each { |e| puts "say hello #{e}" }
a = [:foo, 'bar', 2]
a.each { |element| puts "#{element.class} #{element}" }
For further actions, you may consider blocking this person and/or reporting abuse
Michael Andreuzza -
Blessing Angus -
Brandon -
Brandon -
Top comments (0)