Sha256: f907aae5168e7dabff2a8007fc8ffdc15d38f25e54af5348b4e81b266a24160e

Contents?: true

Size: 289 Bytes

Versions: 6

Compression:

Stored size: 289 Bytes

Contents

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

module A : _Each<Integer>
  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

6 entries across 6 versions & 1 rubygems

Version Path
steep-0.5.1 smoke/module/a.rbi
steep-0.5.0 smoke/module/a.rbi
steep-0.4.0 smoke/module/a.rbi
steep-0.3.0 smoke/module/a.rbi
steep-0.2.0 smoke/module/a.rbi
steep-0.1.0 smoke/module/a.rbi