dpulliam (Dylan Pulliam)
- Login: dpulliam
- Email: dylan.pulliam@gmail.com
- Registered on: 10/08/2015
- Last sign in: 09/20/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
02/09/2016
-
05:52 PM Ruby Bug #11736: Float(arg) not consistent with documentation
- I have prepared a patch for this. Let me know what you think.
-
05:30 PM Ruby Bug #9810: Numeric#step behavior with mixed Float, String arguments inconsistent with documentation
- i finally got around to writing the patch : ) pretty basic but let me know what you think!
02/01/2016
-
11:25 PM Ruby Bug #12045 (Closed): Add documentation lib/debug.rb
- I am currently working on wrapping up documentation for lib/debug.rb. Right now there are quite a few undocumented methods and params.
10/12/2015
-
09:06 PM Ruby Bug #9810: Numeric#step behavior with mixed Float, String arguments inconsistent with documentation
- Brian Shirai wrote:
> The Numeric#step documentation states:
> ...
Hey Brian,
TL;DR
Your calling step with an invalid parameter. It is not intended to take a string. Make sure that the params you pass in are an integer or float a... -
12:10 AM Ruby Bug #11495: [Documentation] Please improve documentation for Regexp.new() and clarify the 3 argument call
- Robert A. Heiler wrote:
> The current examples are:
> ...
Hey Robert,
TL;DR
$KCODE is deprecated and does not affect the use of Regexp at this point. I have a patch ready to go that removes [, kcode] from the doc. That being sa...
10/10/2015
-
02:35 PM Ruby Misc #11580 (Closed): Add documentation for #thread_list_all in lib/debug.rb
- Hey y'all, so I wanted to try submitting my first patch to Ruby and I thought documentation would be a good way to start.
I saw that there are a few undocumented methods so for now I am trying to document #thread_list_all().