RubyFlow The Ruby and Rails community linklog

How to find an element inside a Ruby array

Nothing really new under the sun, but a simple recap or reference article in case you are lost :) https://bootrails.com/blog/how-to-find-element-inside-a-ruby-array/

Comments

grep can be a fun one to consider for certain situations too, e.g. ['abc', 'bzz', 'aaa'].grep(/a/)

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in