~ubuntu-branches/ubuntu/saucy/ruby-erubis/saucy

« back to all changes in this revision

Viewing changes to test/data/users-guide/context.rb

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2012-01-26 15:15:58 UTC
  • Revision ID: package-import@ubuntu.com-20120126151558-9u7mnf9ooqnw3bwz
Tags: upstream-2.7.0
ImportĀ upstreamĀ versionĀ 2.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@title = 'Users List'
 
2
@users = [
 
3
   { 'name'=>'foo', 'mail'=>'foo@mail.com' },
 
4
   { 'name'=>'bar', 'mail'=>'bar@mail.net' },
 
5
   { 'name'=>'baz', 'mail'=>'baz@mail.org' },
 
6
]