Method: Lingo::Database#to_h

Defined in:
lib/lingo/database.rb

#to_hObject



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