📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 05:40:19
📂
/ (Root)
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Enumerable
📍 /opt/alt/ruby18/share/ri/1.8/system/Enumerable
🔄 Refresh
✏️
Editing: map-i.yaml
Read Only
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns a new array with the results of running <em>block</em> once for every element in <em>enum</em>. - !ruby/struct:SM::Flow::VERB body: " (1..4).collect {|i| i*i } #=> [1, 4, 9, 16]\n (1..4).collect { "cat" } #=> ["cat", "cat", "cat", "cat"]\n" full_name: Enumerable#map is_singleton: false name: map params: | enum.collect {| obj | block } => array enum.map {| obj | block } => array visibility: public
💾 Save Changes
❌ Cancel