class Kanjika::Conjugator::Masu

def godan?(token)

def godan?(token)
  token[:inflection_type].match?(GODAN)
end