instance method
indentation
Ruby on Rails 6.0.6
Since v6.0.6 PrivateSignature
indentation()
Indent the Gemfile to the depth of @indentation
Source
# File railties/lib/rails/generators/actions.rb, line 336
def indentation # :doc:
" " * @indentation
end
Defined in railties/lib/rails/generators/actions.rb line 336
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::Actions