Skip to content

Instantly share code, notes, and snippets.

@bchase
Created August 10, 2014 08:47
Show Gist options
  • Select an option

  • Save bchase/4fb21631261655ccf5d9 to your computer and use it in GitHub Desktop.

Select an option

Save bchase/4fb21631261655ccf5d9 to your computer and use it in GitHub Desktop.
class Object
def isnt?(*args)
arr = args.first.is_a?(Array) ? args.first : args
!arr.include? self
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment