Class: L::LD::LibraryArray
- Extended by:
- ValidArray
- Defined in:
- lib/rub/l/ld.rb
Class Method Summary collapse
Class Method Details
.validate(l) ⇒ Object
218 219 220 |
# File 'lib/rub/l/ld.rb', line 218 def self.validate(l) L::LD.linker.find_lib(L::LD, l) or raise "Can't find library #{l}" end |