Module: JSONSelect::Selector::SimpleSelectorSequence0
- Defined in:
- lib/json_select/selector_parser.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) a
301 302 303 |
# File 'lib/json_select/selector_parser.rb', line 301 def a elements[0] end |
- (Object) b
305 306 307 |
# File 'lib/json_select/selector_parser.rb', line 305 def b elements[1] end |