method
wrap_with_namespace
v3.1.0 -
Show latest stable
- Class:
Rails::Generators::NamedBase
wrap_with_namespace(content)protected
No documentation available.
# File railties/lib/rails/generators/named_base.rb, line 49
def wrap_with_namespace(content)
content = indent(content).chomp
"module #{namespace.name}\n#{content}\nend\n"
end