Skip to content

Ruby 3.2 -- File.exists? is not a valid method #35

@evanthegrayt

Description

@evanthegrayt

Using Ruby 3.2, when reading the RI documentation from the local file, there's a call to File.exists?(path) on line 51 in ./plugin/ri_vim.rb, which is no longer a valid method. Changing this to File.exist?(path) fixes the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions