puts"We found the following #{usernames.length.to_s} username/s :"
puts
usernames.each{|username|puts"#{username}"}
usernames.eachdo|u|
puts" id: #{u[:id]}, name: #{u[:name]}#{', real name: '+u[:real_name]ifu[:real_name]}"
end
end
else
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.