Eno::Fieldset » #raw
raw → object
Retrieve a native representation of the fieldset.
enoweights:
apple = 100g
pineapple = 800g
rubydocument = Eno.parse(input)
document.fieldset('weights').raw
#=> { 'weights' => [{ 'apple' => '100g' }, { 'pineapple' => '800g' }] }
Return value
A native object representation of the fieldset.