class HashDeepSearch

Public Class Methods

new(hash) click to toggle source
# File lib/hash_deep_search.rb, line 3
def initialize(hash)
  @hash = hash
end

Public Instance Methods