ext/sfcc/cim_client.c in sfcc-0.1.1 vs ext/sfcc/cim_client.c in sfcc-0.1.2
- old
+ new
@@ -63,9 +63,11 @@
* call-seq:
* class_names(object_path, flags=0)
*
* return the available class names for the given
* +object_path+ and +flags+
+ *
+ * The following flag is supported: Flags::DeepInheritance.
*/
static VALUE class_names(int argc, VALUE *argv, VALUE self)
{
VALUE object_path;
VALUE flags;