Skip to content

Pass options as keywords during block extraction #521

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tylerhunt
Copy link

Allows field definitions to use keyword options for blocks:

  field :vehicle_make do |_obj, vehicle:, **|
    "#{vehicle[:make]}"
  end

@tylerhunt tylerhunt requested review from ritikesh and a team as code owners May 30, 2025 19:43
@jhollinger jhollinger force-pushed the keyword-field-options branch from 1c21c38 to cf57240 Compare July 8, 2025 20:05
@tylerhunt tylerhunt force-pushed the keyword-field-options branch from cf57240 to fb7fb0c Compare July 23, 2025 01:15
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.

3 participants