Sha256: 7f047336edeb7f7c9c98f93992fa54aa3b81d9c59ed9ddcb9f632160d8c77b3c

Contents?: true

Size: 348 Bytes

Versions: 3

Compression:

Stored size: 348 Bytes

Contents

class StringIO
  def initialize: (?String, ?String) -> untyped
  def puts: (*untyped) -> void
  def readline: () -> String
              | (String) -> String
  def write: (String) -> void
  def flush: () -> void
  def string: -> String
  def close_read: -> nil
  def closed_read?: -> bool
  def close_write: -> nil
  def closed_write?: -> bool
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
steep-0.14.0 vendor/ruby-signature/stdlib/builtin/string_io.rbs
steep-0.13.0 vendor/ruby-signature/stdlib/builtin/string_io.rbs
steep-0.12.0 vendor/ruby-signature/stdlib/builtin/string_io.rbs