jeffrey-s-foster
released this
14 Jun 17:15
·
268 commits
to master
since this release
Key changes:
- Ruby 2.4 support.
- Annotations removed from Object, added to RDL::Annotate.
- Annotations also accessible via RDL module and RDL::RDLAnnotate
modules; see README. o.type_cast(t)
now must be writtenRDL.type_cast(o, t)
and
similarly withinstantiate!
anddeinstantiate!
.