Class: Dir

Inherits:
Object
  • Object
show all
Defined in:
lib/lab42/core/dir.rb

Class Method Summary collapse

Class Method Details

.files(glob_para, &blk) ⇒ Object



2
3
4
# File 'lib/lab42/core/dir.rb', line 2

def files glob_para, &blk
  __files__ glob_para, &blk
end