Home
last modified time | relevance | path

Searched refs:before_chars (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/Ruby/lib/antlr3/
Dstreams.rb638 def inspect( before_chars = 6, after_chars = 10 ) argument
639 before = through( -before_chars ).inspect
640 @position - before_chars > 0 and before.insert( 0, '... ' )