1 2 3 |
MERB_PATHS.each do |glob|
Dir[MERB_ROOT + glob].each {|m|
end
|
Pastie
Support Pastie
or read my
Pastie << self
blog
1 2 3 |
MERB_PATHS.each do |glob|
Dir[MERB_ROOT + glob].each {|m|
end
|