# File lib/rubigen/lookup.rb, line 86 def prepend_sources(*args) write_inheritable_array(:sources, args.flatten + sources) invalidate_cache! end