File: erb.out

package info (click to toggle)
ruby-parslet 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: ruby: 6,157; sh: 6; javascript: 3; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
{:text=>[{:text=>"The value of x is "@0}, {:expression=>{:ruby=>" x "@21}}, {:text=>"."@26}]}
{:text=>[{:code=>{:ruby=>" 1 + 2 "@2}}]}
{:text=>[{:comment=>{:ruby=>" commented "@3}}]}
The not printed result of "a = 2".
The not printed non-evaluated comment "a = 1", see the value of a below.
The nicely printed result.
The value of a is 2, and b is 3.