scriptingEndsWith_ method

bool scriptingEndsWith_(
  1. NSObject object
)

Implementation

bool scriptingEndsWith_(NSObject object) {
  return _lib._objc_msgSend_0(_id, _lib._sel_scriptingEndsWith_1, object._id);
}