class Array

def forty_two

(1..42).to_a.forty_two # => 42

Equal to self[41]. Also known as accessing "the reddit".
def forty_two
  self[41]
end