Commit the pile of initial work. Largely taken from company internal
repos, allowed to be newly released. Portions already in production, coverage still needs to be boosted. Enjoy. FossilOrigin-Name: 0f17fa483f55467bdf9e8f99dace58e6a90f5a8a7e595bdd79dfda5c92d16b7f
This commit is contained in:
commit
b18647f6a5
23 changed files with 2639 additions and 0 deletions
14
.pryrc
Normal file
14
.pryrc
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/ruby -*- ruby -*-
|
||||
|
||||
require 'pathname'
|
||||
|
||||
begin
|
||||
$LOAD_PATH.unshift( Pathname(__FILE__).dirname + 'lib' )
|
||||
require 'symphony'
|
||||
require 'symphony/metronome'
|
||||
|
||||
rescue => e
|
||||
$stderr.puts "Ack! Libraries failed to load: #{e.message}\n\t" +
|
||||
e.backtrace.join( "\n\t" )
|
||||
end
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue