public
Description: Declare methods as immutable, somewhat like Java's "final" but still allowing child classes to override.
Homepage:
Clone URL: git://github.com/up_the_irons/immutable.git
Click here to lend your support to: immutable and make a donation at www.pledgie.com !
immutable / CHANGELOG
100644 17 lines (11 sloc) 0.257 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pending v0.3
------------
 
* Allow independent calls to immutable_method()
* Some immutable methods can be silent, others not.
 
v0.2
----
 
* Added exceptions. Exception is raised by default if immutable method is
  overriden.
 
v0.1
----
 
* Initial release