Remove all documentation and code related to `Foo.new.async_send(:bar, 'fizz')` methods and replace with `Foo.new.async.bar('fizz')`
Remove all documentation and code related to
Foo.new.async_send(:bar, 'fizz')methods and replace withFoo.new.async.bar('fizz')