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

v0.4.0 support if(:condition, then: [A, B, C], else: [B, C, D]) #16

Merged
merged 17 commits into from
Dec 29, 2023

Conversation

markburns
Copy link
Owner

@markburns markburns commented Dec 29, 2023

Adds support for

organize \
  self.if(:condition, then: A, else: B)

Also fixes broken interactor wiring spec code.

@markburns markburns changed the title bump version - v0.3.1-RC1 v0.4.0 support if(:condition, then: [A, B, C], else: [B, C, D]) Dec 29, 2023
ruby 3.3 does not like this
avoids a clash when doing
module A
RSpec.describe Subclass
ruby 3.3 does not accept this when the block is forwarded inside another block
@markburns markburns merged commit c34cfa1 into main Dec 29, 2023
17 checks passed
@markburns markburns deleted the namespace branch December 29, 2023 19:50
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