- Support inheritance
- Support customize method owner name
- Support &block
- Build on main branch
- Support
class_method
- Change owner method define from
self.calss.define_method
toself.define_singleton_method
- Support
module_function
- Now you can use
.active_method
throughinclude ActiveMethod
- Get each method with owner like
Foo[user].call(a: 1)
for testing
- Initial release