File: TODO

package info (click to toggle)
ruby-ice-nine 0.11.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 432 kB
  • sloc: ruby: 1,006; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
* Add a utility method that allows "NoFreeze" subclasses to be easily added for
  any constant.
  * Refactor the existing NoFreeze subclasses to use the method.

* Consider adding support for OpenStruct
  * should freeze the singleton class too in order to prevent no new members
  * being added (by new_ostruct_member)