Method: JMESPath::Nodes::Index#initialize

Defined in:
lib/jmespath/nodes/index.rb

#initialize(index) ⇒ Index

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Index.



5
6
7
# File 'lib/jmespath/nodes/index.rb', line 5

def initialize(index)
  super(index)
end