Explore

metaredux.com ×
  • Weird Ruby: The Double Aliased Enumerable Method

    Weird Ruby: Double Aliased Enumerable Methods — Ruby is big on aliasing methods as a way...

  • Weird Ruby: Nil Conversions

    Weird Ruby: Nil Conversions — nil is an object (a singleton instance of NilClass) and comes...

  • Need for Speed: Using RuboCop with Prism

    Need for Speed: Using RuboCop with Prism — Prism (formerly YARP) is a Ruby parser that...

  • Weird Ruby: A Weird Way to Filter Out Elements

    A 'Weird' Way to Filter Out Elements — Spoiler: It’s Enumerable#grep_v, which has an interesting property...