Quick Start
Get up and running with RubyLab in under a minute.
Create Your First Snippet
- Open RubyLab
- Click New Snippet or press
Cmd+N(macOS) /Ctrl+N(Windows/Linux) - Type your Ruby code:
puts "Hello from RubyLab!"
5.times { |i| puts "Count: #{i}" }
- Click Run or press
Cmd+R/Ctrl+R - See the output in the console panel below
Use descriptive folder names like "ActiveRecord Queries" or "Algorithm Practice" to keep things organized.