Merged
Conversation
st0012
reviewed
Aug 1, 2024
COMPARED_WITH_PRY.md
Outdated
| | Syntax highlighting | Yes | Yes | | | ||
| | Command shell integration | Yes | No | Currently, there's no plan to support such features in IRB | | ||
| | Navigation | - `cd object` to enter `object` <br/> - `cd ..` to leave the current object <br/> - `nesting` to list nesting levels | - `pushws object` <br/> - `popws` <br/> - `workspaces` <br /> - `cd object`/`cd ..` (since [1.14.0](https://github.com/ruby/irb/releases/tag/v1.14.0)) | We plan to refine IRB's commands in the future | | ||
| | Runtime invocation | `binding.pry` | 👋 IRB is on a mission to match feature parity with Pry. This document is here to help us track the similarities and differences between the two. | | |
Member
There was a problem hiding this comment.
I think from here and below the table is mixed with other things?
Contributor
Author
There was a problem hiding this comment.
Ouch. It's so brutal to me to edit MD tables. 😖 Sorry and thanks. That's fixed.
4ad4bd1 to
844170a
Compare
Document `cd object` and `cd ..` commands introduced in 1.14.0 by ruby#971
844170a to
2981496
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document
cd objectandcd ..commands introduced in 1.14.0 by #971