A Tour ThroughRuby’s Dusty Corners
View Slide
MotivationWheelsWTFs
Core
ARGF & DATACommand Line HelperEmbedded contents
ComparableOrdering Helpers
EnumerableIteration Helpers
EnumeratorLaziness built-in
FiberLike Threadsbut with more Mindfuck
EncodingRuby 1.9.x's notorious Encoding
MethodStill an Object
Standard Libraries
InterludeLibraries in 2.0minitest, rake, rdoc, rubygems,bigdecimal, io-console, json, psych
abbrev & shellwordsUnambiguous PrefixesSplitting Strings the Bash Way
englishPerlism Avoider
delegate & forwardableDelegate Pattern!SimpleDelegator
optparse & getoptlongOption Parsers
gservergeneric TCP Servers
ostructRails.configuration-like objects
coverage & ripperIntrospection toolsCoverage (in-built) & Ruby Parser
pstore, dbm & sdbmKV StoresFile-based
We’re Done Here