class IRB::SLex

def inspect

def inspect
  format("<SLex: @head = %s>", @head.inspect)
end