Object
# File lib/chef/monkey_patches/pathname.rb, line 23 def initialize(pathname) @pathname = pathname end
# File lib/chef/monkey_patches/pathname.rb, line 27 def each(&block) @pathname.old_each_filename(&block) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.