module GorillaPatch::Keys

Adding keys methods

Public Instance Methods

keys?(*keys) click to toggle source
# File lib/gorilla_patch/keys.rb, line 7
def keys?(*keys)
        keys.all? { |k| key?(k) }
end