# File lib/merb-gen/namespaced_generator.rb, line 40 def chunks name.gsub('/', '::').split('::').map { |c| c.camel_case } end