Changeset 5

Show
Ignore:
Timestamp:
07/01/06 17:43:52 (3 years ago)
Author:
sandal
Message:

fixed fields and weird line endings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • www-raa/lib/net/raa.rb

    r4 r5  
    2323        # 
    2424        def fields 
    25           @form.fields.map{ |field| field.inspect.split('=').first.strip
     25          @form.fields.map{ |field| field.name
    2626        end 
    2727 
     
    4141   end 
    4242end 
    43  
    4443a = WWW::RAA::Entry.new('dummy') 
    4544p a.fields