# File lib/openid/message.rb, line 535
def
each
@namespace_to_alias
.
each
{
|
k
,
v
|
yield
k
,
v
}
end