Sha256: a14d587963b01741c6ea72410b5c06aa666441f5b9116a8df50f59ff25f40904
Contents?: true
Size: 192 Bytes
Versions: 9
Compression:
Stored size: 192 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: -> [Integer] end
Version data entries
9 entries across 9 versions & 1 rubygems