ruby--ruby/lib/irb/src_encoding.rb

5 lines
90 B
Ruby

# DO NOT WRITE ANY MAGIC COMMENT HERE.
def default_src_encoding
return __ENCODING__
end