Module: JSONSelect::Selector::Selector0

Defined in:
lib/json_select/selector_parser.rb

Instance Method Summary collapse

Instance Method Details

#c ⇒ Object



140
141
142
# File 'lib/json_select/selector_parser.rb', line 140

def c
  elements[0]
end

#d ⇒ Object



144
145
146
# File 'lib/json_select/selector_parser.rb', line 144

def d
  elements[1]
end