Sha256: b168148a6f432a0be80a973eaefdacff38b0f47051acf9cc09a022485f54e8bb

Contents?: true

Size: 290 Bytes

Versions: 10

Compression:

Stored size: 290 Bytes

Contents

interface _Each<'a, 'b>
  def each: { ('a) -> any } -> 'b
end

module A : _Each<Integer, A>
  def count: () -> Integer
end

module X
  def foo: () -> Integer
end

module Palette
  def self?.defacto_palette: -> Array<Array<Integer>>
  def self.nestopia_palette: -> Array<Array<Integer>>
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
steep-0.11.1 smoke/module/a.rbi
steep-0.11.0 smoke/module/a.rbi
steep-0.10.0 smoke/module/a.rbi
steep-0.9.0 smoke/module/a.rbi
steep-0.8.2 smoke/module/a.rbi
steep-0.8.1 smoke/module/a.rbi
steep-0.8.0 smoke/module/a.rbi
steep-0.7.1 smoke/module/a.rbi
steep-0.7.0 smoke/module/a.rbi
steep-0.6.0 smoke/module/a.rbi