renamed some internal functions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-08 17:36:41 +09:00
parent b806865c21
commit acb8a3cd68
2 changed files with 13 additions and 13 deletions

View File

@ -4,11 +4,11 @@ class Apex {
}
fun ::respondsTo(mth) {
return (core.cresp_to self mth)
return (core.class_responds_to self mth)
}
fun respondsTo(mth) {
return (core.iresp_to self mth)
return (core.inst_responds_to self mth)
}
fun basicAt(pos) {