Y
Hacker News
new
|
ask
|
show
|
jobs
by
pavel_lishin
2828 days ago
Oh thank god, we saved ourselves six characters! And the only thing we sacrificed is knowing for sure whether we're accessing an object's property, or calling a method!
1 comments
goatlover
2828 days ago
It's all methods in Ruby. Properties are private. You access them via methods.
link