Skip to content

prefix_lowercased and prefix_capitalized? #2

@hch12907

Description

@hch12907
  • What are the differences between them?
  • Why does the library require two of them, instead of just calling .to_lowercased() ?
  • Looking at the code, I found that:-
    • The *nix code and Windows code uses lowercased prefix, while OSX uses capitalized. According to my knowledge, Windows is not case-sensitive for the paths, and Linux is. Wouldn't it would make more sense for Linux to use the capitalized prefix, and Windows the lowercased?

(sorry for my english, I am not a native speaker)

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