method

padding

rails latest stable - Class: Rails::Generators::AppBase::GemfileEntry

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.

padding(max_width)
public

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 196
        def padding(max_width)
          ' ' * (max_width - name.length + 2)
        end