Skip to content

nguyenthihangd/ruby_basic_kadai_k64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby on Replit

This is a template to get you started with Ruby on Replit. It's ready to go so you can just hit run and start coding!

Running the repl

Simply hit run! You can edit the run command from the .replit file.

Installing packages

To add packages to your repl, we recommend using the Replit packager interface in the left sidebar or using bundle install in the shell. Check out the Bundle docs here.

Warning: Avoid using gem install to add packages.

Beacuse Ruby repls use Bundle under the hood to provide a consistent environment that tracks and installs the exact gems and versions needed, we recommend using bundle install instead of gem install, which may not work as expected.

Help

If you need help you might be able to find an answer on our docs page. Feel free to report bugs and give us feedback here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published