Avoid to insert trailing spaces on blank line by pocke · Pull Request #9 · s-osa/oneshot_task_generator

Problem The generator inserts trailing spaces if the template body has an empty line. For example: OneshotGenerator.configure do |config| config.body = <<~'BODY' # foo # bar BODY end I...