Method: Shattered::Resources#each_file_in_path
- Defined in:
- lib/shattered_view/resources.rb
#each_file_in_path(path, &block) ⇒ Object
This is deprecated in favor of File.each_in_path
49 50 51 |
# File 'lib/shattered_view/resources.rb', line 49 def each_file_in_path(path, &block) File.each_in_path(path, &block) end |