Changeset 205
- Timestamp:
- 06/07/05 05:06:54 (3 years ago)
- Files:
-
- 1 modified
-
branches/simplest-thing/lib/fm/mixins.rb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simplest-thing/lib/fm/mixins.rb
r196 r205 29 29 # == Synopsis 30 30 # 31 # require 'fm/ visible-stats'31 # require 'fm/mixins' 32 32 # 33 33 # class MyClass; include Hookable … … 620 620 621 621 622 622 623 ### A module full of 'attr_*' functions to facilitate generation of 623 624 ### accessors that are more elaborate than +attr+ can generate. … … 753 754 attr_typelocked( sym, true, *types ) 754 755 end 756 755 757 end # module AccessorFunctions 756 758
