We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38e2f5 commit 0fa9886Copy full SHA for 0fa9886
1 file changed
README.md
@@ -223,6 +223,14 @@ Some things are intentionally out of scope:
223
`initialize`: how an object is constructed is not an interface
224
concern.
225
226
+## Stability
227
+
228
+DuckTyper is intentionally minimal. It reflects Ruby's own method
229
+introspection API, which rarely changes — so the gem rarely needs
230
+to either. When it does change, it will be for additive reasons:
231
+new API options, better error messages, or broader test framework
232
+support. It is safe to depend on without worrying about churn.
233
234
## Development
235
236
After checking out the repo, run `bin/setup` to install
0 commit comments