# File lib/rubigen/commands.rb, line 82
        def next_migration_string(padding = 3)
          "%.#{padding}d" % next_migration_number
        end