p.416 locals opts[:columns] without default value
Reported by Thorsten | June 22nd, 2008 @ 12:42 AM | in Second Edition
You already set a default value for opts[:columns] in code line 4 (opts[:columns] ||= 3), and thus you don't need to repeat this on line 12 (:columns => opts[:columns] || 3,...)
Comments and changes to this ticket
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
