L
Lex Williams
hey guys !
could a private/protected method be turned into a public one ?
could a private/protected method be turned into a public one ?
Lex said:hey guys !
could a private/protected method be turned into a public one ?
Thomas said:class K
private
def m
end
# now m is private
public :m
# and now it is public
end
TPR.
could a private/protected method be turned into a public one ?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.