Libraries
»
tiun
(0.0.2.1)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/tiun/mixins.rb
Instance Method Summary
collapse
#
to_os
⇒ Object
Instance Method Details
#
to_os
⇒
Object
31 32 33
# File 'lib/tiun/mixins.rb', line 31
def
to_os
self
.
map
{
|
x
|
x
.
to_os
}
end