133 134 135 136 137
# File 'lib/lingo/database.rb', line 133 def to_h hash = {} each { |key, val| hash[key.freeze] = val } hash end