module Kernel

Constants

LYP_RB_DIR

Public Instance Methods

req_ext(l) click to toggle source
# File lib/lyp.rb, line 3
def req_ext(l)
  @@ext_requires[l] ||= require(l)
end
req_int(f) click to toggle source
# File lib/lyp.rb, line 8
def req_int(f)
  require File.join(LYP_RB_DIR, f)
end