Searched refs:after_chars (Results 1 – 1 of 1) sorted by relevance
638 def inspect( before_chars = 6, after_chars = 10 ) argument642 after = through( after_chars ).inspect643 @position + after_chars + 1 < @data.length and after << ' ...'