Publish or Perish 🔗 Let’s say we’ve been sitting on a handful of blog posts that are ready to publish, but we haven’t released yet. This is a fictional story that in no way mirrors reality of any particular writer. Certainly not the author writing this post now. In a spirit of inspiration, we decide to write a small class to publish all these posts that exist in our system. classDraftPostdefself.publish_allPost.draft.map(&:publish)endend Rather than actually publish them, we’ve suc...