Source code humor
-
In the module ControllerCommands.rb at line 1151 there is a comment about the variable scope that should be used with the body properties.
@unknownuser said:
#Needs to be private. do not use public. unexpected results.
def touchable=(flag)
@touchable=flag
etc....
Advertisement