Libraries
»
faun
(0.0.1)
»
Index
»
Faun
»
Section
»
#each_key
Method: Faun::Section#each_key
Defined in:
lib/faun.rb
#
each_key
(&block) ⇒
Object
35 36 37
# File 'lib/faun.rb', line 35
def
each_key
(
&
block
)
@items
.
each_key
(
&
block
)
end