Sha256: 9c8547f1d7cfbd6ad35178809fd833c76e2cfcb015ad78535f93e76d798db423
Contents?: true
Size: 316 Bytes
Versions: 27
Compression:
Stored size: 316 Bytes
Contents
# See the writing guide of rbs: https://github.com/ruby/rbs#guides # module Icarus module Mod class Github attr_reader :client: Octokit::Client attr_accessor :repo: String def initialize: (void) -> void def all_files: (String) -> Array[String] VERSION: String end end end
Version data entries
27 entries across 27 versions & 1 rubygems