Method: Jsus::SourceFile#include_extensions

Defined in:
lib/jsus/source_file.rb

#include_extensionsObject

Looks up for extensions in the pool and then includes extensions for all the provides tag this source file has. Caches the result.



180
181
182
# File 'lib/jsus/source_file.rb', line 180

def include_extensions
  @included_extensions ||= include_extensions!
end