Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/opswalrus/patches.rb

Instance Method Summary collapse

Instance Method Details

#easynavObject



66
67
68
# File 'lib/opswalrus/patches.rb', line 66

def easynav
  EasyNavProxy.new(self)
end

#has_key?(key) ⇒ Boolean

Returns:

  • (Boolean)


63
64
65
# File 'lib/opswalrus/patches.rb', line 63

def has_key?(key)
  key.is_a?(Integer) && key < size
end