Files
server/usr/lib/ruby/3.2.0/irb/src_encoding.rb
2026-01-07 20:52:11 +01:00

8 lines
147 B
Ruby

# frozen_string_literal: false
# DO NOT WRITE ANY MAGIC COMMENT HERE.
module IRB
def self.default_src_encoding
return __ENCODING__
end
end