Ruby gem (`gem install methods`) presented by Arturo at wroclove.rb 2018. Lets you reference public methods of other objects and private methods of self with a cleaner syntax than `method(:symbol)`. Supports pre-applying parameters (argument carrying), keyword argument carrying, block carrying, and referencing instance methods. Inspired by a prototype shared by a developer transcribed as 'CBen'.