1
2
3
MERB_PATHS.each do |glob|
  Dir[MERB_ROOT + glob].each { |m| require m }
end