class Nuggets::Hash::ZipMixin::ZipValHash

Private Instance Methods

unzipkey(key) click to toggle source
   # File lib/nuggets/hash/zip_mixin.rb
91 def unzipkey(key)
92   key
93 end
zipkey(key) click to toggle source
   # File lib/nuggets/hash/zip_mixin.rb
87 def zipkey(key)
88   key
89 end