README.rdoc in looksee-0.0.2 vs README.rdoc in looksee-0.1.0
- old
+ new
@@ -63,10 +63,11 @@
extend method to_s
freeze methods type
frozen? nil? untaint
It'll also color the methods according to whether they're public,
-protected, private, or overridden. So pretty. You gotta try it.
+protected, private, undefined (using Module#undef_method), or
+overridden. So pretty. You gotta try it.
By default, it shows public and protected methods. Add private ones
like so:
lp [], :private => true