JM (Jason Meridth)

JM (Jason Meridth)

Learn, Converse, Share

11 Feb 2013
05 Feb 2013
03 Feb 2013

Double Exclmations !! In Ruby

Today I hit this in a Ruby example online: def role?(role) return !!self.roles.find_by_name(role.to_s.camelize) end Note the double …
03 Feb 2013
25 Oct 2012