instiki/vendor/plugins/erubis/test/data/users-guide/context.rb
2010-07-04 08:51:53 -05:00

7 lines
173 B
Ruby

@title = 'Users List'
@users = [
{ 'name'=>'foo', 'mail'=>'foo@mail.com' },
{ 'name'=>'bar', 'mail'=>'bar@mail.net' },
{ 'name'=>'baz', 'mail'=>'baz@mail.org' },
]