We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
リストのbodyに対して文字数で自動で折り返すとかの細工をしたいときに、これらのメソッドが大きな1つになっていて、bodyを変えたいという上書きをしようとするときにまるごとコピーするのが面倒め。
The text was updated successfully, but these errors were encountered:
と思ったけど、今でもyieldはしてるから、いちおう呼び出し側のほうで制御はできるのか。
Sorry, something went wrong.
detab(line) + "\n"
と
detab((idx + first_line_num).to_s.rjust(2) + ': ' + line) + "\n"
の箇所をメソッド化するとよさそうな気がしてきました。
247efa4
#1363, #1367, #1368, #1365
576483f
No branches or pull requests
リストのbodyに対して文字数で自動で折り返すとかの細工をしたいときに、これらのメソッドが大きな1つになっていて、bodyを変えたいという上書きをしようとするときにまるごとコピーするのが面倒め。
The text was updated successfully, but these errors were encountered: