Skip to content

Conversation

@nevans
Copy link
Collaborator

The rdoc misleadingly said that a SequenceSet's string cannot be set to the empty string. While it is true that SequenceSet#string never returns an empty string, #string=can be called with an empty string... it behaves the same as setting it to nil.

The rdoc misleadingly said that a SequenceSet's string cannot be set to the empty string. While it is true that `SequenceSet#string` never returns an empty string, `#string=` _can_ be called with an empty string... it behaves the same as setting it to `nil`.
@nevansnevans changed the title 📚🐛 Fix mistake in SequenceSet#string= rdoc📚🐛 Fix mistake in SequenceSet#string= rdocJul 14, 2025
@nevansnevans added the documentation Improvements or additions to documentation label Jul 14, 2025
@nevansnevans merged commit c3c52e4 into masterJul 14, 2025
37 checks passed
@nevansnevans deleted the sequence_set/string-asgn-rdoc branch July 14, 2025 17:53
@nevansnevans added the sequence-set Any code the IMAP `sequence-set` data type or grammar rule, especially the SequenceSet class. label Dec 10, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentationsequence-setAny code the IMAP `sequence-set` data type or grammar rule, especially the SequenceSet class.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nevans