Skip to content

#563: Rename 'since' DSL method to 'since!' in Fbe::Iterate#564

Open
VasilevNStas wants to merge 2 commits into
zerocracy:masterfrom
VasilevNStas:563
Open

#563: Rename 'since' DSL method to 'since!' in Fbe::Iterate#564
VasilevNStas wants to merge 2 commits into
zerocracy:masterfrom
VasilevNStas:563

Conversation

@VasilevNStas

Copy link
Copy Markdown
Contributor

As requested by yegor256 in review of #500, the 'since' DSL setter should have a bang following Ruby convention for mutating methods.

def since(value) → def since!(value)
  • Updated YARD doc
  • Updated test (since(5) → since!(5))
  • Tests: 26/26 pass
  • RuboCop: 0 offenses

As requested by yegor256 in review of zerocracy#500, the mutating DSL
setter should have a bang following Ruby convention.
@VasilevNStas

Copy link
Copy Markdown
Contributor Author

@yegor256 plz review

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.

1 participant