Skip to content

Use symbols instead of strings to call and define methods #23

Use symbols instead of strings to call and define methods

Use symbols instead of strings to call and define methods #23

Workflow file for this run

name: Type Checker
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
- run: bundle exec rake steep