robotdana (Dana Sherson)
- Login: robotdana
- Registered on: 07/03/2018
- Last sign in: 02/29/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 1 | 2 |
Activity
11/17/2023
- 09:41 PM Ruby master Revision ef72970a (git): Fix File.directory? doc hidding File::Stat#directory? doc
- Now the documentation that was already in the codebase for
`File::Stat#directory?` shows up.
04/25/2020
- 02:27 PM Ruby master Feature #16817 (Open): attr_predicate or attr_query or attr_something for ? methods
- I would like `attr_predicate` like attr_reader etc.
`attr_predicate :cat` would define a method named `:cat?` that...
07/03/2018
- 02:37 AM Ruby master Bug #14891 (Closed): Pathname#join has different behaviour to File.join
- ~~~ ruby
Pathname.new('/a').join('/b').to_s
# => "/b"
File.join(Pathname.new('/a'), '/b').to_s
# => "/a/b"
~~~
...
Also available in: Atom