Ruby - Functional Patterns in Ruby
Which of the following correctly composes two Procs
proc_a and proc_b so that proc_a runs first and its result is passed to proc_b?