# File lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb, line 88
        def initialize(from_path, context)
            super()
            @from_path = from_path

            @parent_name = context.parent_name
            @parent_name += "::" if @parent_name
            @context = context
        end