Top "Public" questions

`public` is an access-specifier in object-oriented languages; it indicates that all objects have access to the `public` field or method.

Protecting the content of public/ in a Rails app

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
Public variables in Scala?

Are there public instance variables anymore in Scala? I'm reading Programming in Scala, which covers Scala 2.8. If I'm understanding it …

eclipse scala variables public scala-ide
jQuery plugin creation and public facing methods

I have created a plugin to convert an HTML select box into a custom drop down using DIV's. All works …

jquery plugins methods public creation