Eno::List » #raw

raw → object

Retrieve a native representation of the list.

enocolors:
- pink
- peach
rubylist = Eno.parse(input).element('colors')

list.first.raw  #=> { 'colors' => ['pink', 'peach'] }

Return value

A native representation of the list.