method
stop_at_EXPR_END
v2_1_10 -
Show latest stable
- Class:
RDoc::Parser::Ruby
stop_at_EXPR_END()public
No documentation available.
# File lib/rdoc/parser/ruby.rb, line 525
def stop_at_EXPR_END # :nodoc:
@scanner.lex_state == :EXPR_END || [email protected]
end