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
Info general Hazedawn -
MindsDB Team -
KISHOR S CSBS -
Faris Han -
Top comments (0)