Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffp committed Jul 11, 2009
1 parent 6d6f6cb commit 9714a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -52,7 +52,7 @@ Here's a quick example of what +enumerated_attribute+ can do:
t.upshift # => :first
t.driving? # => true
t.gear = :second # => :second
t.gear_is_in_first? # => false
t.gear_is_not_in_first? # => true

An explanation of the above features and their usage follows.

Expand Down

0 comments on commit 9714a49

Please sign in to comment.