Changeset 93

Show
Ignore:
Timestamp:
12/28/2006 00:09:46 (2 years ago)
Author:
why
Message:
  • lib/hpricot/tag.rb: suppressing splat warnings.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/hpricot/tag.rb

    r92 r93  
    3232      @raw_string = nil 
    3333    end 
    34     def self.alterable *fields 
    35       attr_accessor *fields 
     34    def self.alterable(*fields) 
     35      attr_accessor(*fields) 
    3636      fields.each do |f| 
    3737        define_method("#{f}=") do |v|