/* method: self.original */ static VALUE na_original(VALUE self) { struct NARRAY *ary; GetNArray(self,ary); return ary->ref; }