module Rails::Generators::Actions

def indentation # :doc:

:doc:
Indent the +Gemfile+ to the depth of @indentation
def indentation # :doc:
  "  " * @indentation
end