Posts by unableto • 43 points
1 post
-
4
votes1
answer58
viewsQ: What is the difference between the function call with ":" and "."?
In ruby it is possible to make a call from some method, either from some object, either using :: how much using .. What is the difference between them?