Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dogweather authored May 2, 2024
1 parent e7d4aab commit fe71215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

`Plain Old Ruby` + `Rails Validations` = **self-checking Ruby objects**.

A quick example of a common case: an immutable,
required, type-checked attribute:
This `Person` class forces the `name` to be not nil:

```ruby
class Person < ValidatedObject::Base
Expand Down

0 comments on commit fe71215

Please sign in to comment.