Sha256: 2497fa0d228b533bb81e269d2ce225b5348991c345de290f67808b70974bdf10
Contents?: true
Size: 276 Bytes
Versions: 3
Compression:
Stored size: 276 Bytes
Contents
# I'm unsure how, but this code calls ContainerType::Elements.dummy_elements # I should investigate the mechanism, but anyway I record this code class Foo define_method(:f) {|**h| } end Foo.new.f __END__ # Classes class Foo def f: (**Hash[untyped, untyped]) -> nil end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typeprof-0.9.2 | smoke/dummy_element.rb |
typeprof-0.9.1 | smoke/dummy_element.rb |
typeprof-0.9.0 | smoke/dummy_element.rb |