Blog article by Greg Navis cataloguing 12 ways to call a method in Ruby, using a `User#hello` example. Referenced by Małaszkiewicz as a baseline; she argues for two additional call styles not in the list: `User::new.hello` via the scope resolution operator and `proc === arg` via triple-equals.