Class: Pathname
- Inherits:
-
Object
- Object
- Pathname
- Defined in:
- lib/sundae.rb
Instance Method Summary collapse
Instance Method Details
#each_child(with_directory = true, &b) ⇒ Object
17 18 19 |
# File 'lib/sundae.rb', line 17 def each_child(with_directory=true, &b) children(with_directory).each(&b) end |