We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the TTY::Editor.open(text: "") API throws away the text.
TTY::Editor.open(text: "")
Additionally that method is documented as # @return [Object], but actually it returns a boolean.
# @return [Object]
See description.
Text thrown away.
Either text returned or the editor instance (with text available via a reader) returned.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
Using the
TTY::Editor.open(text: "")
API throws away the text.Additionally that method is documented as
# @return [Object]
, but actually it returns a boolean.Steps to reproduce the problem
See description.
Actual behaviour
Text thrown away.
Expected behaviour
Either text returned or the editor instance (with text available via a reader) returned.
Describe your environment
The text was updated successfully, but these errors were encountered: