59 60 61
# File 'lib/dassets/config.rb', line 59 def source(path, &block) @sources << Dassets::Source.new(path).tap{ |s| block.call(s) if block } end