Sha256: 808b180863e9a5b97b99c06a06417e84b9a903e991970adee9c679c9dcbd1555
Contents?: true
Size: 461 Bytes
Versions: 4
Compression:
Stored size: 461 Bytes
Contents
#!/usr/bin/env ruby # I haven't found a clean way to get Sorbet to check this file since the name # doesn't end in `.rb`. (If I add `--file bin/braid` to `sorbet/config`, then # the Sorbet language server doesn't support using Watchman.) So move all the # interesting code to `lib/braid/main.rb` and leave this as a launcher that # doesn't have any code worth type checking. ~ Matt 2022-04-02 require_relative '../lib/braid/check_gem' require 'braid/main'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
braid-1.1.10 | exe/braid |
braid-1.1.9 | exe/braid |
braid-1.1.8 | exe/braid |
braid-1.1.7 | exe/braid |