Sha256: 0de51484bce258b5dae8947a18fc2f974fc243bd23655b574351d4f7a8eb99f1

Contents?: true

Size: 145 Bytes

Versions: 7

Compression:

Stored size: 145 Bytes

Contents

class MethodArityMismatch
  # @type method foo: () -> void
  def foo(x)

  end

  # @type method bar: (String) -> void
  def self.bar

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
steep-0.44.1 smoke/diagnostics/method_arity_mismatch.rb
steep-0.44.0 smoke/diagnostics/method_arity_mismatch.rb
steep-0.43.1 smoke/diagnostics/method_arity_mismatch.rb
steep-0.43.0 smoke/diagnostics/method_arity_mismatch.rb
steep-0.42.0 smoke/diagnostics/method_arity_mismatch.rb
steep-0.41.0 smoke/diagnostics/method_arity_mismatch.rb
steep-0.40.0 smoke/diagnostics/method_arity_mismatch.rb