Пример #1
0
 public static object GetDocument(RubyContext /*!*/ context, YamlStream /*!*/ self, [DefaultProtocol] int index)
 {
     return(IListOps.GetElement(self._documents, index));
 }
Пример #2
0
 public static object GetDocument(RubyContext /*!*/ context, YamlStream /*!*/ self, object index)
 {
     return(IListOps.GetElement(self.Documents, Protocols.CastToFixnum(context, index)));
 }