class GemHadar
gem_hadar
0.0.8
# require_path
def require_path(path = nil) if path self.require_paths = Set[path] else require_paths.first end end