Sha256: 7283fddc8f669bfcac4b59b01f648309924214325684a2a472039a41fd789830

Contents?: true

Size: 187 Bytes

Versions: 5

Compression:

Stored size: 187 Bytes

Contents

class Foo
  attr_reader :foo
  def initialize
    @foo = [42]
  end
end

[Foo.new].flat_map(&:foo)

__END__
# Classes
class Foo
  attr_reader foo: [Integer]
  def initialize: -> void
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typeprof-0.20.0 smoke/symbol-proc-attr2.rb
typeprof-0.15.3 smoke/symbol-proc-attr2.rb
typeprof-0.15.2 smoke/symbol-proc-attr2.rb
typeprof-0.15.1 smoke/symbol-proc-attr2.rb
typeprof-0.15.0 smoke/symbol-proc-attr2.rb