Changeset 8

Show
Ignore:
Timestamp:
07/01/06 23:35:12 (3 years ago)
Author:
sandal
Message:

no need for that save in the example

Files:

Legend:

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

    r7 r8  
    5353end 
    5454 
    55 WWW::RAA.update_entry('dummy') { |e| 
    56   e.email("gregory.t.brown@gmail.com") 
    57   e.version("0.0.5") 
    58   e.pass("test") 
    59   e.save 
    60 
     55WWW::RAA.update_entry('dummy') do |e| 
     56  e.email "gregory.t.brown@gmail.com" 
     57  e.version "0.0.7" 
     58  e.pass "test" 
     59end