Method: Jinx::Hasher::KeyFilter#initialize
- Defined in:
- lib/jinx/helpers/hasher.rb
#initialize(base) ⇒ KeyFilter
Returns a new instance of KeyFilter.
407 408 409 |
# File 'lib/jinx/helpers/hasher.rb', line 407 def initialize(base) super(base) { |k, v| yield(k) } end |