Ticket #9454: helpers_typo.diff
| File helpers_typo.diff, 474 bytes (added by Henrik N, 1 year ago) |
|---|
-
(current
old new 102 102 # end 103 103 # end 104 104 # 105 # Finally, all the above styles can be mixed together, and the +helper+ method can be invok ved with a mix of105 # Finally, all the above styles can be mixed together, and the +helper+ method can be invoked with a mix of 106 106 # +symbols+, +strings+, +modules+ and blocks. 107 107 # helper(:three, BlindHelper) { def mice() 'mice' end } 108 108 #