Skip to content

Commit

Permalink
Changed name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Jul 26, 2008
1 parent 058dae4 commit 0c43ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -19,12 +19,12 @@ Then, in your test or in any other place:
Or, if you need something special:

@user = User.spawn do |user|
user.name = "Larralde!"
user.name = "Michel Martens"
end

Or even this:

@user = User.spawn :name => "Larralde!"
@user = User.spawn :name => "Michel Martens"

Thanks to Foca (contacto@nicolassanguinetti.info) for his suggestions.

Expand Down

0 comments on commit 0c43ab0

Please sign in to comment.