You know you can access the 42nd element of an Array like this:
my_array[41]
In Rails, you can also access this element with the forty_two method:
my_array.forty_two
Check out the Array#forty_two method.
You can use HTML tags for formatting. Wrap code in <code> tags and multiple lines of code in <pre><code> tags.