Initial layout/commit.
FossilOrigin-Name: 5ccedce83232d9c4f5341866293f884fde8bcc9c1df2ea7407740d2d984fae9b
This commit is contained in:
commit
6a7bfb722f
17 changed files with 305 additions and 0 deletions
14
.pryrc
Normal file
14
.pryrc
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# -*- ruby -*-
|
||||
# vim: set nosta noet ts=4 sw=4 ft=ruby:
|
||||
# encoding: utf-8
|
||||
|
||||
$LOAD_PATH.unshift( 'lib' )
|
||||
|
||||
begin
|
||||
require 'mdbx'
|
||||
rescue Exception => 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