# File lib/arrayfields.rb, line 157
def
each_key
@fieldset
.
each
{
|
field
|
yield
field
}
end