Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created July 16, 2009 03:28
Show Gist options
  • Save jugyo/148141 to your computer and use it in GitHub Desktop.
Save jugyo/148141 to your computer and use it in GitHub Desktop.
% ruby test.rb
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:636: [BUG] Bus Error
ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9]
#!/usr/bin/env ruby
require 'rubygems'
require 'dm-core'
DataMapper.setup(:default, 'sqlite3::memory:')
class TwitterSource
include DataMapper::Resource
end
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment