Sha256: b42970c76c83c38e3480552dd0eadf02c5506f175c2f2c2d674e2f4d1381f530
Contents?: true
Size: 264 Bytes
Versions: 200
Compression:
Stored size: 264 Bytes
Contents
module Souls class Upgrade < Thor desc "submodule", "Run git submodule update --init RBS collection" def submodule system("git submodule update --init https://github.com/ruby/gem_rbs_collection.git vendor/rbs/gem_rbs_collection") end end end
Version data entries
200 entries across 200 versions & 1 rubygems