Exemple #1
0
 public static RubyArray Add(YamlStream /*!*/ self, object document)
 {
     IListOps.Append(self._documents, document);
     return(self._documents);
 }
Exemple #2
0
 public static RubyArray Add(RubyContext /*!*/ context, YamlStream /*!*/ self, object document)
 {
     return(IListOps.Append(context, self.Documents, document) as RubyArray);
 }