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