Sha256: 33aac5e354204fb0e2fde7401ab6acde2f3281896dc4ad87c1cf0d93a2fbcc7f
Contents?: true
Size: 243 Bytes
Versions: 14
Compression:
Stored size: 243 Bytes
Contents
# frozen_string_literal: true class Russial module Dictionary module Initializer private def prepare_dictionary(dictionary) dictionary[word] || super rescue NoMethodError {} end end end end
Version data entries
14 entries across 14 versions & 1 rubygems