-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] Enhanced RDoc for #cp_lr #71
Conversation
FileUtils doc is tough! |
@jeremyevans, I know you prefer no call-seq for a Ruby file. It might look a loy nicer to use them here so we can say |
I think we would always prefer to list explicit options instead of using |
Having these four in the ginned call-seq makes it very big: - dereference_root: false - does not follow soft links.- noop: true - does not create links.- remove_destination: true - removes +dest+ before creating links.- verbose: true - prints an equivalent command: |
Big and precise default call-seq is preferable to smaller and less precise manual call-seq, IMO. |
K, will leave alone. |
@jeremyevans, I think @peterzhu2118 is away. Will you be reviewing this one? |
No description provided.