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