Include Treequel-specific extensions as a mixin.
Override the initializer to keep the attribute
around while
the object is alive to prevent the underlying C String pointer from going
away.
See line 151 of mod.c.
# File lib/treequel/monkeypatches.rb, line 71
def initialize( op, attribute, vals=[] )
@attribute = attribute
_initialize_ext( op, attribute, vals )
end