irb
interactive Ruby
File Explorer
Download Latest Version (.zip)- gh-pages.yml
- push_gem.yml
- test.yml
- truffle-ruby-test.yml
- dependabot.yml
- ISSUE_TEMPLATE.md
- release.yml
- console
- setup
- irb-tools.rd.ja
- irb.rd.ja
- .document
- COMMAND_LINE_OPTIONS.md
- COMPARED_WITH_PRY.md
- Configurations.md
- EXTEND_IRB.md
- Index.md
- irb
- nop.rb
- backtrace.rb
- base.rb
- break.rb
- catch.rb
- cd.rb
- chws.rb
- context.rb
- continue.rb
- copy.rb
- debug.rb
- delete.rb
- disable_irb.rb
- edit.rb
- exit.rb
- finish.rb
- force_exit.rb
- help.rb
- history.rb
- info.rb
- internal_helpers.rb
- irb_info.rb
- load.rb
- ls.rb
- measure.rb
- next.rb
- pushws.rb
- show_doc.rb
- show_source.rb
- step.rb
- subirb.rb
- whereami.rb
- ui.rb
- change-ws.rb
- eval_history.rb
- loader.rb
- multi-irb.rb
- tracer.rb
- use-loader.rb
- workspaces.rb
- base.rb
- conf.rb
- error.rb
- help-message
- error.rb
- help-message
- .document
- color.rb
- color_printer.rb
- command.rb
- completion.rb
- context.rb
- debug.rb
- default_commands.rb
- easter-egg.rb
- frame.rb
- help.rb
- helper_method.rb
- history.rb
- init.rb
- input-method.rb
- inspector.rb
- locale.rb
- nesting_parser.rb
- notifier.rb
- output-method.rb
- pager.rb
- ruby-lex.rb
- ruby_logo.aa
- source_finder.rb
- startup_message.rb
- statement.rb
- version.rb
- workspace.rb
- ws-for-case-2.rb
- xmp.rb
- .document
- irb.rb
- irb.1
- test_cd.rb
- test_command_aliasing.rb
- test_copy.rb
- test_custom_command.rb
- test_disable_irb.rb
- test_force_exit.rb
- test_help.rb
- test_ls.rb
- test_multi_irb_commands.rb
- test_show_source.rb
- test_rendering.rb
- helper.rb
- history_test_case.rb
- test_color.rb
- test_color_printer.rb
- test_command.rb
- test_completion.rb
- test_context.rb
- test_debugger_integration.rb
- test_eval_history.rb
- test_evaluation.rb
- test_helper_method.rb
- test_history.rb
- test_history_windows.rb
- test_init.rb
- test_input_method.rb
- test_irb.rb
- test_locale.rb
- test_nesting_parser.rb
- test_option.rb
- test_pager.rb
- test_raise_exception.rb
- test_ruby_lex.rb
- test_startup_message.rb
- test_tracer.rb
- test_type_completor.rb
- test_workspace.rb
- helper.rb
- .gitignore
- .rdoc_options
- .rubocop.yml
- CONTRIBUTING.md
- EXTEND_IRB.md
- Gemfile
- irb.gemspec
- LICENSE.txt
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ruby/irb
Downloads the entire project code from GitHub to your computer.
cd irb
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
