# File lib/mizuho/utils.rb, line 48 def chapter_to_int_array(chapter) return chapter.split('.').map { |x| x.to_i } end