Libraries
»
intent
(0.7.0)
»
Index
»
Intent
»
Core
»
Inventory
»
#boxes
Method: Intent::Core::Inventory#boxes
Defined in:
lib/intent/core.rb
#
boxes
⇒
Object
86 87 88
# File 'lib/intent/core.rb', line 86
def
boxes
all
.
filter
{
|
i
|
i
.
tags
[
:is
]
==
'
box
'
}
end