class Rails::Generators::NamedBase

def wrap_with_namespace(content)

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