class Rails::Generators::Base

def wrap_with_namespace(content) # :doc:

:doc:
def wrap_with_namespace(content) # :doc:
  content = indent(content).chomp
  "module #{namespace.name}\n#{content}\nend\n"
end