I might be missing something, but can't get pipes to work with previously created Procs ``` -> { 'hey' }.>>{ |x| x }.unwrap => "hey" -> { 'hey' }.>>&Proc.new{ |x| x }.unwrap NoMethodError: undefined method `piped=' for nil:NilClass ```