Skip to content

Instantly share code, notes, and snippets.

@nkpart
Created October 28, 2008 04:55
Show Gist options
  • Save nkpart/20303 to your computer and use it in GitHub Desktop.
Save nkpart/20303 to your computer and use it in GitHub Desktop.
class Object
def box
self.is_a?(Array) ? self : [self]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment