File: TODO

package info (click to toggle)
ruby-ice-nine 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 408 kB
  • ctags: 82
  • sloc: ruby: 990; 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)