# File lib/cim/class.rb, line 73
def
each_key
features
.
each
do
|
f
|
yield
f
if
f
.
key?
end
end