Method: Map.load

Defined in:
lib/map/_lib.rb

.load(*libs) ⇒ Object



61
62
63
64
# File 'lib/map/_lib.rb', line 61

def load(*libs)
  libs = libs.join(' ').scan(/[^\s+]+/)
  libdir { libs.each { |lib| Kernel.load(lib) } }
end