I am adding to an array using:
server.bans << { :mask => "#{user}", :who => "#{server}", :when => Time.now.to_i }
What is the simplest method to reverse this command?
Should I be using .remove? If so what should I pass to it, the same as what I used in the <<?