[DOC] Rename doc/*.rb as doc/*.rdoc

With `:markup: ruby` directive so that they are parsed as ruby
scripts.
This commit is contained in:
Nobuyoshi Nakada 2022-03-03 13:05:57 +09:00
parent cdb620621f
commit 5ef9f7a821
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# :markup: ruby
class String
# call-seq:
# String.new(string = '') -> new_string

View File

@ -1,3 +1,5 @@
# :markup: ruby
class String
# call-seq:
# encode(dst_encoding = Encoding.default_internal, **enc_opts) -> string