https://github.com/738/inko/blob/d1d20f0dd357d715ac518cb91e1c3ef2cc56a72f/index.js#L190 에서 ```js this.한글분리 is not a function ``` 라는 에러가 발생합니다. `this`가 `Inko.prototype`이 아니어서 생기는 문제로 보입니다.
inko/index.js
Line 190 in d1d20f0
라는 에러가 발생합니다.
this가Inko.prototype이 아니어서 생기는 문제로 보입니다.