Object
extracted from Extlib. FIXME: what’s the licensing here?
# File lib/visage-app/patches.rb, line 9 def blank? strip.empty? end
# File lib/visage-app/patches.rb, line 4 def camel_case return self if self !~ /_/ && self =~ /[A-Z]+.*/ split('_').map{|e| e.capitalize}.join end
[Validate]
Generated with the Darkfish Rdoc Generator 2.