method

stop_at_EXPR_END

ruby latest stable - Class: RDoc::Parser::Ruby

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

stop_at_EXPR_END()
public

No documentation available.

# File lib/rdoc/parser/ruby.rb, line 530
  def stop_at_EXPR_END # :nodoc:
    @scanner.lex_state == :EXPR_END || !@scanner.continue
  end