# File lib/merb-gen/namespaced_generator.rb, line 30 30: def base_path 31: File.join(*snake_cased_chunks[0..2]) 32: end
# File lib/merb-gen/namespaced_generator.rb, line 14 14: def class_name 15: chunks.last.gsub('-', '_').camel_case 16: end
# File lib/merb-gen/namespaced_generator.rb, line 20 20: def file_name 21: chunks.last.snake_case 22: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.