Running Ruby Scripts in the Pulsar Text Editor

Опубликовано: 06 Июль 2026
на канале: HTML Tim
452
5

In this video I show you how to run ruby scripts in the Pulsar Text editor by using the package Atom Runner. You can run simple scripts to see the output and you can run scripts that create other files. I typically create my "mad minutes" math problems with either a ruby or python script. By simply pressing "alt-r" I can execute the script with this package.

This is much more convenient then going to the command like and typing ruby filename.rb to run the file. Within seconds I can execute a script within the Pulsar Text editor, giving pulsar a great advantage over traditional methods.