Eno::Section » #raw

raw → array

Retrieve a ruby native representation of the section.

enocolor: blue
rubydocument = Eno.parse(input)

document.raw  #=> [{ 'color' => 'blue' }]

Return value

An array of elements (also returned in their raw representation).