The docs state that you can iterate over nodes with .each, and node will be returned to the block. However, it is not. The returned "node" is just an instance of Reader.
I need to get the node object so that I can access:
node.content
However, this seems to be poorly documented. Anyway, I canβt understand how to make something so simple after 2 hours of trying. Any help is appreciated.
source share