stormbytes

Untitled

May 25th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.07 KB | None | 0 0
  1. ports.each_index do |i|
  2.     i.to_s == p ? puts "hello" : puts "nope"
  3. end
Advertisement
Add Comment
Please, Sign In to add comment