呼啦一阵风
这个Ruby风格指南说得比我好:对于布尔表达式和/或控制流,请使用&/欧元。(经验法则:如果必须使用外括号,则使用错误的运算符。)# boolean expressionif some_condition && some_other_condition
do_somethingend# control flowdocument.saved? or document.save!