TODO in private_please-0.0.2 vs TODO in private_please-0.0.3

- old
+ new

@@ -1,22 +1,20 @@ -DSL - - global method marking : +install only in classes (? and modules) + def self.install + Object.send :include, PrivatePlease::Tracking::Extension + ^^^^^^ + TOO WIDE + end - ex: - private_please - def foo .. - def bar .. - public +DSL + - observe class methods too - is the same as : - ... - def foo .. - def bar .. - private_please :foo, :bar - Report : + - option : show file and line number of good candidate definition + - option : show code snippet around the good candidate - display list of methods that were never called + - display candidates that are already private Doc - write README \ No newline at end of file