Closed phildow closed 5 years ago
runOn: method is currently overload to take any TIOData conforming object, but this is confusing. Create a run: method that follows the semantics of the train: method and deprecate runOn:.
runOn:
TIOData
run:
train:
runOn:
method is currently overload to take anyTIOData
conforming object, but this is confusing. Create arun:
method that follows the semantics of thetrain:
method and deprecaterunOn:
.