| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
stdout is more readable. wdyt about changing this to
# Sets the IO used as +stdout+. Defaults to STDOUT
def stdout=(stdout)
@stdout = stdout
end
Sorry, something went wrong.
There was a problem hiding this comment.
@vipulnsward Yes I think that does look better. I was thinking about that but didn't know whether it was called s for a reason. I've updated my PR to reflect the change that you suggested.
Sorry, something went wrong.
|
Any update on this? I would like to carry on documenting debug.rb but not sure if this change is good :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Changed stdout documentation to reference the s parameter. stdout will no longer be flagged by rdoc as having an undocumented parameter.
This is my first Ruby documentation commit so let me know if I need to change anything :)