Skip to content

Instantly share code, notes, and snippets.

@schoblaska
Created May 26, 2020 14:46
Show Gist options
  • Save schoblaska/22f57f8a2f674b30e40df00c8a4fc04e to your computer and use it in GitHub Desktop.
Save schoblaska/22f57f8a2f674b30e40df00c8a4fc04e to your computer and use it in GitHub Desktop.
# 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