README.rdoc in method_info-0.0.0 vs README.rdoc in method_info-0.0.1

- old
+ new

@@ -2,11 +2,15 @@ Provides info about methods that can be called on an object and where they are defined. Usage: -require 'method_info' -"abc".method_info +>> require 'method_info' +=> true +>> "abc".method_info.ancestors +=> [String, Enumerable, Comparable, Object, MethodInfoMethod, Kernel] +>> "abc".method_info.method_owner(:==) +=> String == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix.