module NoSE::Loader

Loaders which insert data into indexes from external sources

Add loading of class instances from the filesystem

Attributes

source_code[R]

Public Class Methods

included(base) click to toggle source
# File lib/nose/util.rb, line 269
def self.included(base)
  base.extend ClassMethods
end