Method: Rtml::Test::Screen#next_element

Defined in:
lib/rtml/test/screen.rb

#next_elementObject

Returns the next element for this screen, or nil if there is none.



39
40
41
# File 'lib/rtml/test/screen.rb', line 39

def next_element
  ((@screen / "next") || []).shift
end