I wanted to start blogging on ruby reflection api, but i just realized that i have to give a second part of my previous article on ruby introspection .
So here we go:
s = ”
# s.is_a? String, this is the same!
String === s
# Determines whether the object has a public or protected method with [...]


