Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/opswalrus/patches.rb
Instance Method Summary collapse
Instance Method Details
#easynav ⇒ Object
66 67 68 |
# File 'lib/opswalrus/patches.rb', line 66 def easynav EasyNavProxy.new(self) end |
#has_key?(key) ⇒ Boolean
63 64 65 |
# File 'lib/opswalrus/patches.rb', line 63 def has_key?(key) key.is_a?(Integer) && key < size end |