README.md in dissociated_introspection-0.1.4 vs README.md in dissociated_introspection-0.1.5
- old
+ new
@@ -84,9 +84,14 @@
# Removes meta-programmed methods from ActiveRecord
inspection.get_class.instance_methods(false)
# => [ :method1 ]
```
+## Other methods
+* `DissociatedIntrospection::Inspection#extended_modules`
+* `DissociatedIntrospection::Inspection#included_modules`
+* `DissociatedIntrospection::Inspection#prepend_modules`
+* `DissociatedIntrospection::Inspection#locally_defined_constants`
## Development
Run `bin/console` for an interactive prompt that will allow you to experiment.