28.05.2013 Views

Really large scale systems configuration

Really large scale systems configuration

Really large scale systems configuration

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chef: The method_missing problem<br />

class Chef::Node<br />

end<br />

def method_missing(method, *args)<br />

end<br />

Chef::Log.warn(“FB Chef Tweak: Not assuming” +<br />

“ missing method is an attr!”)<br />

Object.send(:method_missing, method, args)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!