Skip to content

Instantly share code, notes, and snippets.

@michaelboutros
Created July 9, 2012 14:31
Show Gist options
  • Save michaelboutros/3076887 to your computer and use it in GitHub Desktop.
Save michaelboutros/3076887 to your computer and use it in GitHub Desktop.
class Array
def blank?
!self.collect(&:blank?).include?(false)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment