smart_properties icon indicating copy to clipboard operation
smart_properties copied to clipboard

Read-only properties

Open t6d opened this issue 11 years ago • 0 comments

Add support for automatically protecting writer methods when defining a property. Read-only properties should be writeable during during object initialization, but once the initializer is finished they should only be callable when explicitly using #send.

t6d avatar Jul 29 '14 14:07 t6d