scriptingIsLessThan_ method

bool scriptingIsLessThan_(
  1. NSObject object
)

Implementation

bool scriptingIsLessThan_(NSObject object) {
  return _lib._objc_msgSend_0(
      _id, _lib._sel_scriptingIsLessThan_1, object._id);
}