method

inspect

v1_8_7_72 - Show latest stable - Class: IRB::SLex
inspect()
public

No documentation available.

# File lib/irb/slex.rb, line 83
    def inspect
      format("<SLex: @head = %s>", @head.inspect)
    end