# File lib/rbot/messagemapper.rb, line 100
def
each
@templates
.
each
{
|
tmpl
|
yield
tmpl
}
end