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