Sha256: b7cd3f155c2f1b112e274a99992ccaa85e6baa4e62113d0500d2cc9172d28e66

Contents?: true

Size: 378 Bytes

Versions: 7

Compression:

Stored size: 378 Bytes

Contents

module Kernel
end

module Gem
  class Specification
    attr_reader version (): Version

    attr_reader gem_dir (): String

    def self.find_by_name: (String name, ?String? version) -> instance
  end
end

module Enumerable[unchecked out Elem]
  def flat_map: [U] () { (Elem) -> Array[U] } -> Array[U]
              | [U] () { (Elem) -> U } -> Array[U]
              | ...
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rbs-1.5.1 sig/polyfill.rbs
rbs-1.5.0 sig/polyfill.rbs
rbs-1.4.0 sig/polyfill.rbs
rbs-1.3.3 sig/polyfill.rbs
rbs-1.3.2 sig/polyfill.rbs
rbs-1.3.1 sig/polyfill.rbs
rbs-1.3.0 sig/polyfill.rbs