`public` is an access-specifier in object-oriented languages; it indicates that all objects have access to the `public` field or method.
I'm maintaining a Rails app that has content in the public/ folder that will now need to be protected by …
ruby-on-rails ruby protection public