Classes: Error, Sentence
バージョンアップ
'1.2.3'
9 10 11 12
# File 'lib/jkproof.rb', line 9 def self.detect_words_has_error(sentence, json_dictionary = '') obj = Sentence.new(sentence, json_dictionary) obj.fetch_wrong_words end