Skip to content

Instantly share code, notes, and snippets.

@enebo
Created September 25, 2014 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/44d5a265ed85519530f9 to your computer and use it in GitHub Desktop.
Save enebo/44d5a265ed85519530f9 to your computer and use it in GitHub Desktop.
class Foo
private
def to_ary
[]
end
end
p Array(Foo.new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment