Skip to content

Commit

Permalink
Explain not_in_registry? method in README
Browse files Browse the repository at this point in the history
  • Loading branch information
krmbzds committed Jul 7, 2023
1 parent 776ec3a commit df1ad59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Use ```registered?``` method to query the government registry:
identity_number.registered?("Ahmet", "Yılmaz", 1987) #=> false
```

There is also a convenience method called `not_in_registry?` which is the logical equivalent of `!registered?`.

### Generating Relatives

You can generate ID numbers for your younger or elder relatives.
Expand Down

0 comments on commit df1ad59

Please sign in to comment.