diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-01-11 13:54:09 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-01-11 22:29:10 +0000 |
commit | 7e283c585e88a08c6eaa4d28ffb646270b598e6d (patch) | |
tree | 699574a61b3a0fb27ad4b05b67dac112a1b0732a /lib/irb/ruby-lex.rb | |
parent | 128398e7cd060691d7e4075e7b1937f43204d1a1 (diff) |
[ruby/irb] Formatting to header styles
https://github.com/ruby/irb/commit/cef125850d
Diffstat (limited to 'lib/irb/ruby-lex.rb')
-rw-r--r-- | lib/irb/ruby-lex.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/irb/ruby-lex.rb b/lib/irb/ruby-lex.rb index 0b377a5074..7e5e1588a6 100644 --- a/lib/irb/ruby-lex.rb +++ b/lib/irb/ruby-lex.rb @@ -3,10 +3,6 @@ # irb/ruby-lex.rb - ruby lexcal analyzer # by Keiju ISHITSUKA([email protected]) # -# -- -# -# -# require "ripper" require "jruby" if RUBY_ENGINE == "jruby" |