Skip to content

Error: NoMethodError: undefined method `exists?' for File:Class in ruby 3.2.2 #106

Description

@brlanier

Looks like ruby 3.2 removed the .exists? methods from file and dir. We need to switch to using just exist? in the tests for those things. This is backwards compatible as the .exists? methods have been depreciated for a long time.

https://msp-greg.github.io/ruby_3_2/file.NEWS.html#removed-methods

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions