Instantiating `Gem::Version` objects via `new` actually returns singletons, which is not obvious nor is this documented anywhere: ~~~ irb(main):001:0> v1 = Gem::Version.new("2.2.0") => #<Gem::Version "2.2.0"> irb(main):002:0> v1.fr...tonci (Tonči Damjanić)
Thanks! I've reported it to Erubis a while back (https://github.com/kwatch/erubis/issues/6), but since that project is stale, I've reported it to Erubi as well (https://github.com/jeremyevans/erubi/issues/11).tonci (Tonči Damjanić)
Hello, Is there a reason why `SSLSocket#read` doesn't work the same as `SSLSocket#sysread` and why there is no `SSLSocket#recv`? Right now it is impossible to have code agnostic in regards to the socket type. One solution is to...tonci (Tonči Damjanić)
Confirming the same with the current Ruby 2.2 (ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]): ~~~ {:count=>5, :heap_allocated_pages=>74, :heap_sorted_length=>75, :heap_allocatable_pages=>0, :heap_available_slots=>30164,...tonci (Tonči Damjanić)
OK. Who is maintaining Erubis then? Is it possible to reach out to them and have the bug fixed? The Erubis repo is stale and the project seems to be deprecated by the author.tonci (Tonči Damjanić)