ruby--ruby/ext/ripper/lib
Nobuyoshi Nakada 524a808d23
Define Ripper::Lexer::Elem#to_s
Alias `#inspect` as `#to_s` also in the new `Ripper::Lexer::Elem`
class, so that `puts Ripper::Lexer.new(code).scan` shows the
attributes.
2021-12-02 18:29:45 +09:00
..
ripper Define Ripper::Lexer::Elem#to_s 2021-12-02 18:29:45 +09:00
ripper.rb