Skip to content
New issue

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

Modify array setting[6..] to setting[6..setting.length - 1] in ruby code #1224

Closed
wants to merge 1 commit into from
Closed

Conversation

phaedriel
Copy link
Contributor

@phaedriel phaedriel commented May 4, 2024

Pull Request (PR) description

  • Replace in ruby files array setting[6..] by setting[6..setting.length - 1]
  • Replace a ':' by '=' in self.rest method (elastic_rest.rb)

This Pull Request (PR) fixes the following issues

Issue #1222

@phaedriel phaedriel changed the title Modify array [6..] to [6..-1] in ruby code Modify array setting[6..] to setting[6..setting.length - 1] in ruby code May 4, 2024
@phaedriel phaedriel closed this May 5, 2024
@binford2k
Copy link
Member

Hallo @phaedriel! Fill out this form if you'd like to claim your May the Source Be With You sticker! https://forms.office.com/r/Cn55uJmWMH

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.

4 participants