mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix articles.
This commit is contained in:
parent
7df83c4e6b
commit
87bcb3c47c
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ class PrettyPrint
|
|||
|
||||
# The maximum width of a line, before it is separated in to a newline
|
||||
#
|
||||
# This defaults to 79, and should be a Integer
|
||||
# This defaults to 79, and should be an Integer
|
||||
attr_reader :maxwidth
|
||||
|
||||
# The value that is appended to +output+ to add a new line.
|
||||
|
@ -110,7 +110,7 @@ class PrettyPrint
|
|||
# This defaults to "\n", and should be String
|
||||
attr_reader :newline
|
||||
|
||||
# A lambda or Proc, that takes one argument, of a Integer, and returns
|
||||
# A lambda or Proc, that takes one argument, of an Integer, and returns
|
||||
# the corresponding number of spaces.
|
||||
#
|
||||
# By default this is:
|
||||
|
|
Loading…
Reference in a new issue