Skip to content

Instantly share code, notes, and snippets.

@baldwindavid
Created May 20, 2009 04:17
Show Gist options
  • Save baldwindavid/114609 to your computer and use it in GitHub Desktop.
Save baldwindavid/114609 to your computer and use it in GitHub Desktop.
module Kernel
def ensure_a
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