Skip to content

Conversation

@timoschilling
Copy link
Contributor

This allows thinks like:

class Base
  extend Uber::InheritableAttr::DSL
  inheritable_attr :from
end
class User < Base
  from '[email protected]'
end

This allows thinks like:
```ruby
class Base
  extend Uber::InheritableAttr::DSL
  inheritable_attr :from
end
class User < Base
  from '[email protected]'
end
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant