Skip to content

Instantly share code, notes, and snippets.

@johnl
Created July 4, 2013 13:23
Show Gist options
  • Save johnl/5927690 to your computer and use it in GitHub Desktop.
Save johnl/5927690 to your computer and use it in GitHub Desktop.
class MyArray < Array
end
a = MyArray.new
puts a.class
b = a.compact
puts b.class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment