take-cheeze / mruby-marshal

mruby implementation of cruby marshaling.
12 stars 9 forks source link

Marshaling of Structures #8

Closed catsidhe closed 9 years ago

catsidhe commented 9 years ago

Given MyStruct = Struct.new(:field):

take-cheeze commented 9 years ago

Currently Struct support is under construction (as I remember). Has little relation to is_struct function which was fixed recently.