Beispiel #1
0
 public static RubyArray /*!*/ ToYamlProperties(RubyContext /*!*/ context, object self)
 {
     return(ArrayOps.SortInPlace(context, null, KernelOps.InstanceVariables(context, self)));
 }