.pryrc
author Mahlon E. Smith <mahlon@laika.com>
Wed, 16 Nov 2016 13:22:21 -0800
changeset 2 bef152286d42
parent 0 266fe36d11dd
permissions -rw-r--r--
Added tag v0.1.0 for changeset 70dba2d6deb8

#!/usr/bin/ruby -*- ruby -*-

$LOAD_PATH.unshift( 'lib' )

begin
	require 'thingfish/processor/mp3'
rescue Exception => e
	$stderr.puts "Ack! Libraries failed to load: #{e.message}\n\t" +
		e.backtrace.join( "\n\t" )
end