Created
May 26, 2020 14:46
-
-
Save schoblaska/22f57f8a2f674b30e40df00c8a4fc04e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# library that can conjugate any Mandarin verb | |
module Cixing | |
def self.conjugate(verb) | |
verb | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment