README.md in radar-lookup-0.2.0 vs README.md in radar-lookup-0.2.1
- old
+ new
@@ -5,10 +5,10 @@
* `lookup ActiveRecord::Base#new` (returns a single method, since the method name is right)
* `lookup ActiveRecord::Base#destroy` (returns two methods, since there's two methods with that name)
* `lookup ActiveRecord::Base#destro` (returns three methods, uses methods beginning with "destroy")
* `lookup ActiveRecord::Base#d` (tells you to be more specific, because it can't open 35 tabs at once)
* `lookup ActiveRecord::Base` (returns a single consant)
- * `lookup Acv::Base` (returns six constants, because it does a fuzzy match)
+ * `lookup av::Base` ("av" maps to ActionView, so returns ActionView::Base constant)
## Options
It also takes options: