pocke / rbs_rails

Apache License 2.0
280 stars 30 forks source link

Skip to declare signature if already defined in model #191

Closed ksss closed 2 years ago

ksss commented 2 years ago

If a method that Rails automatically defines is redefined in the model, rbs_rails can skip it without declaring a signature because the definitions will conflict. (e.g. ActiveStorage::Blob#filename)

ref: https://github.com/pocke/rbs_rails/issues/190

ksss commented 2 years ago

I found another solution.