module Eiwa

Constants

VERSION

Public Class Methods

parse_file(filename, type: :jmdict_e, &each_entry_block) click to toggle source
# File lib/eiwa.rb, line 24
def self.parse_file(filename, type: :jmdict_e, &each_entry_block)
  ParsesFile.new.call(filename, type, each_entry_block)
end