Changeset 205

Show
Ignore:
Timestamp:
06/07/05 05:06:54 (3 years ago)
Author:
ged
Message:

- Fixed comment in header

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/simplest-thing/lib/fm/mixins.rb

    r196 r205  
    2929# == Synopsis 
    3030#  
    31 #   require 'fm/visible-stats' 
     31#   require 'fm/mixins' 
    3232# 
    3333#   class MyClass; include Hookable 
     
    620620 
    621621 
     622 
    622623    ### A module full of 'attr_*' functions to facilitate generation of 
    623624    ### accessors that are more elaborate than +attr+ can generate. 
     
    753754            attr_typelocked( sym, true, *types ) 
    754755        end 
     756 
    755757    end # module AccessorFunctions 
    756758