Better Standards

1 · Jan Lelis · May 20, 2015, midnight
A guide to Ruby's stdlib and available alternatives. Also see: The standard library is being turned into gems: stdgems.org Standard Library Overview Library Sources Description Alternatives abbrev mri Small library that finds the shortest abbreviation to identify one string amongst many - base64 mri Encodes and decodes strings to a Base64 representation. Implemented as a small wrapper around String#unpack - benchmark mri Benchmarking library benchmark-ips, benchmark-driver cgi mri ...