Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Jan 31, 2024
1 parent 6f7eab8 commit 69eaf1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/jstream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ class Jstream
CRLF = CR + LF

# 初期化と同時に、いったん最初の行をscanして、改行コードがCR+LFかどうか調べる。
# CR+LFでない場合はエラーメッセージを出力してexitする(!)
#
# TODO: 将来的にはさすがにexitまではしないよう、仕様を変更する?
# CR+LFでない場合はエラーメッセージを出力して、例外Aozora2Html::FatalErrorを上げる
def initialize(file_io)
@line = 0
@current_char = nil
Expand Down

0 comments on commit 69eaf1b

Please sign in to comment.