Skip to content

Commit

Permalink
Add use_keychain? example to README to further help clear up question…
Browse files Browse the repository at this point in the history
… mark suffixed methods
  • Loading branch information
leejarvis committed Aug 10, 2023
1 parent e943ad5 commit 4394168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ opts[:method] #=> :post
opts[:use_keychain] #=> false

# We can also check if a flag was passed (this has no bearing on the options default value):
opts.use_keychain? #=> true
opts.verbose? #=> true
opts.quiet? #=> false
opts.check_ssl_certificate? #=> true
Expand Down

0 comments on commit 4394168

Please sign in to comment.