Hello! For example, I have array: [["can", ":manage", ":site", nil], ["can", ":view", ":dashboard", nil], ["cannot", ":manage", ":site", nil]]
And I want to remove ["can", ":manage", ":site", nil] element, basing on that ":manage" and ":site" elements are equal, but "cannot" element appears later than "can". How can i achieve that? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8fa24ff35409f1cde8c98fc707c15855%40ruby-forum.com. For more options, visit https://groups.google.com/d/optout.

