Skip to content

Instantly share code, notes, and snippets.

@paulcarey
Created March 31, 2009 15:56
Show Gist options
  • Save paulcarey/88243 to your computer and use it in GitHub Desktop.
Save paulcarey/88243 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rubygems'
require 'relaxdb'
require 'Ruby2Ruby'
require 'spec/spec_models'
c = Module.const_get ARGV[0]
s = RubyToRuby.translate c
puts s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment