diff --git a/libimagruby/src/store.rs b/libimagruby/src/store.rs index 6cded4bd..be4b4770 100644 --- a/libimagruby/src/store.rs +++ b/libimagruby/src/store.rs @@ -236,6 +236,10 @@ pub mod store { NilClass::new() } + fn r_get_content() -> AnyObject { + itself.get_data(&*FLE_WRAPPER).get_content().clone().wrap() + } + ); wrappable_struct!(EntryHeader, EntryHeaderWrapper, ENTRY_HEADER_WRAPPER);