mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Rename doc/*.rb as doc/*.rdoc
With `:markup: ruby` directive so that they are parsed as ruby scripts.
This commit is contained in:
parent
cdb620621f
commit
5ef9f7a821
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# :markup: ruby
|
||||
|
||||
class String
|
||||
# call-seq:
|
||||
# String.new(string = '') -> new_string
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
# :markup: ruby
|
||||
|
||||
class String
|
||||
# call-seq:
|
||||
# encode(dst_encoding = Encoding.default_internal, **enc_opts) -> string
|
||||
Loading…
Add table
Add a link
Reference in a new issue