module URI: www. rfc-editor.| docs.ruby-lang.org
This is my personal site, where I write about Ruby, programming, and any of my varied fascinations.| fractaledmind.github.io
module Kernel: The Kernel module is included by class Object, so its methods are available in every Ruby object. The Kernel instance methods are documented in class| docs.ruby-lang.org
Ruby's expressiveness and vast API provides a myriad of ways to solve the same problem. This post proposes different ways to add elements to an array only if a certain condition applies.| kevinjmurphy.com
A number of ActiveRecord methods take a block to initialize attributes. This post explores how to do that and how using it compares to a few other methods of setting attributes on an object.| Kevin Murphy