Method: Janeway::AST::Selector#next

Defined in:
lib/janeway/ast/selector.rb

#nextObject

Subsequent expression that modifies the result of this selector list.



28
29
30
# File 'lib/janeway/ast/selector.rb', line 28

def next
  @next
end