search for: get_each

Displaying 1 result from an estimated 1 matches for "get_each".

Did you mean: get_acl
2005 Aug 25
1
newbie questions about hosting address
...ly ( i.e. { @var } ). You can use helper call instead (see below). ----------- YAML ------------- message: Name: { name }, Date: { date } { text } list-item: { text } body: | { list-items } { messages } ----------- RUBY ------------- hsh = {} hsh[''messages''] = get_each( ''message'', @messages ) hsh[''list-items''] = get_each( ''list-item'', @list ) show( ''body'', hsh ) 3. Example - simple helper calls. You can use simple (simple!) helper call inside brackets. You aren''t expected to use...