Changeset 93
- Timestamp:
- 12/28/2006 00:09:46 (2 years ago)
- Files:
-
- 1 modified
-
trunk/lib/hpricot/tag.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/hpricot/tag.rb
r92 r93 32 32 @raw_string = nil 33 33 end 34 def self.alterable *fields35 attr_accessor *fields34 def self.alterable(*fields) 35 attr_accessor(*fields) 36 36 fields.each do |f| 37 37 define_method("#{f}=") do |v|
