trulia / hologram

A markdown based documentation system for style guides.
http://trulia.github.io/hologram
Other
2.16k stars 199 forks source link

Replace deprecated exists methods #277

Closed crwenner closed 1 year ago

crwenner commented 1 year ago

Due to the deprecation of the exists? methods for the File and Dir classes in ruby 2.1, and eventual removal in ruby 3.2, this pull request replaces the calls to these methods with the "bare verb" exist? method.

See Ruby 3.2 removals in the changelog.