We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 095b1f1 + c644df1 commit aab04ecCopy full SHA for aab04ec
guides/source/active_support_core_extensions.md
@@ -4088,7 +4088,7 @@ Extensions to Pathname
4088
4089
### `existence`
4090
4091
-The [`existence`][Pathname#existence] method returns the receiver if the named file exists otherwise returns +nil+. It is useful for idioms like this:
+The [`existence`][Pathname#existence] method returns the receiver if the named file exists otherwise returns `nil`. It is useful for idioms like this:
4092
4093
```ruby
4094
content = Pathname.new("file").existence&.read
0 commit comments