# File lib/merb-gen/namespaced_generator.rb, line 30 def base_path File.join(*snake_cased_chunks[0..-2]) end
# File lib/merb-gen/namespaced_generator.rb, line 14 def class_name chunks.last.gsub('-', '_').camel_case end
# File lib/merb-gen/namespaced_generator.rb, line 20 def file_name chunks.last.snake_case end
Generated with the Darkfish Rdoc Generator 2.