Libraries
»
boxr
(0.2.0)
»
Index
»
Enumerable
»
#files
Method: Enumerable#files
Defined in:
lib/boxr.rb
#
files
⇒
Object
22 23 24
# File 'lib/boxr.rb', line 22
def
files
self
.
select
{
|
i
|
i
.
type
==
'file'
}
end