Sha256: 1b9d2c4b4b8ebf897973e1a624865f1b25afc07df1d4ea6affa546027bf425e9
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
#!/usr/bin/env ruby # coding: utf-8 # Copyright muflax <mail@muflax.com>, 2013 # License: GNU GPL 3 <http://www.gnu.org/copyleft/gpl.html> def require_local_libs path, location=__FILE__ Dir["#{File.join(File.dirname(location), path)}/*.rb"].each do |lib| require lib end end require_local_libs "mpv-slave"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mpv-slave-0.2 | lib/mpv-slave.rb |
mpv-slave-0.1 | lib/mpv-slave.rb |