Skip to content

feat: adds ruby example structure #2

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

matheuspoleza
Copy link

Fixes or implements VF-XXX

Brief description. What is this change?

Implementation details. How do you make this change?

Setup information

Deployment Notes

Related PRs

branch PR
other_pr_production link
other_pr_master link

Checklist

  • title of PR reflects the branch name
  • all commits adhere to conventional commits
  • appropriate tests have been written
  • all the dependencies are upgraded

return true
end

def main()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you technically don't even need this main function. I only did it in NodeJS because you can't use await in the top level code.

What it looks like in action:

```
➜ nodeJS git:(master) ✗ npm run start
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to change this to be Ruby specific

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