delayed_action is not documented, but if you have something you want to *always* run at the end of the Chef client run and you have no obvious reason to do this with a :notifies, you can just do
foo 'bar' do action: :nothing delayed_action :run end
@feld Ruby and Rails specifically has some of the worst documentation I've ever seen. It's like a fraternal cult where you pray to the blood god to write Ruby code.
@alex@feld DUDE I KNOW. What the fuck is wrong with the Ruby & Rails docs? guides.rubyonrails.org is OK. But if you want to start slingin' some slick Ruby code, and if you'd docs to show you how to call certain methods... Good luck. It's a nightmare. And yet there's all these Ruby nerds out there who talk about metaprogramming and stuff like they know some great secret and are just keeping it to themselves.