class Sprockets::Secretary

def add_source_file(source_file, options = {})

def add_source_file(source_file, options = {})
  add_source_files([source_file], options)
end