Skip to content

README.md: Update server/client code#51

Merged
kou merged 1 commit into
ruby:masterfrom
junaruga:wip/readme-update-server-client-code
Jul 21, 2026
Merged

README.md: Update server/client code#51
kou merged 1 commit into
ruby:masterfrom
junaruga:wip/readme-update-server-client-code

Conversation

@junaruga

Copy link
Copy Markdown
Member

This commit fixes the server/client code example on README.md fixing the following rubocop issues. I confirmed the updated code example worked in my local environment.

  • C: [Correctable] Layout/SpaceAroundOperators: Surrounding space missing for operator =.
  • C: [Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
  • C: [Correctable] Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.
  • C: [Correctable] Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body end.
  • C: Naming/AccessorMethodName: Do not prefix reader method names with get_.

This commit fixes the server/client code example on README.md fixing the
following rubocop issues.

* C: [Correctable] Layout/SpaceAroundOperators: Surrounding space missing for operator =.
* C: [Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
* C: [Correctable] Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.
* C: [Correctable] Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body end.
* C: Naming/AccessorMethodName: Do not prefix reader method names with get_.
@kou
kou merged commit 2b002d4 into ruby:master Jul 21, 2026
28 checks passed
@junaruga
junaruga deleted the wip/readme-update-server-client-code branch July 22, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants