class Binding # :nodoc: def irb require 'irb' irb end # suppress redefinition warning alias irb irb # :nodoc: end module Kernel def pp(*objs) require 'pp' pp(*objs) end # suppress redefinition warning alias pp pp # :nodoc: private :pp end om+xml'/>
summaryrefslogtreecommitdiff
path: root/tool/m4/colorize_result.m4
AgeCommit message (Expand)Author
2021-04-17Remove comments in tool/m4 from the generated configureNobuyoshi Nakada