uber
uber copied to clipboard
Propose Uber::InheritableAttr::DSL
This allows thinks like:
class Base
extend Uber::InheritableAttr::DSL
inheritable_attr :from
end
class User < Base
from '[email protected]'
end