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

feat: Improve renderer #93

Merged
merged 1 commit into from
Oct 20, 2024
Merged

feat: Improve renderer #93

merged 1 commit into from
Oct 20, 2024

Conversation

stephannv
Copy link
Owner

It is possible to render:

  • Blueprint classes
render Card # same as `render Card.new`
  • Procs
render -> { 1 + 2 }
  • Strings
render "hello"
  • Any object that responds to_s
render MyObject.new

@stephannv stephannv merged commit 74c0731 into main Oct 20, 2024
1 check passed
@stephannv stephannv deleted the feat/improve_renderer branch October 20, 2024 20:58
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