2010-07-03 07:30:58 -04:00
|
|
|
def is_ruby_19?
|
2012-11-16 06:57:54 -05:00
|
|
|
RUBY_VERSION > '1.9'
|
2010-07-03 07:30:58 -04:00
|
|
|
end
|
|
|
|
|
2009-08-12 12:54:43 -04:00
|
|
|
begin
|
|
|
|
require "ruby-debug"
|
|
|
|
rescue LoadError
|
|
|
|
# NOP, ignore
|
|
|
|
end
|
|
|
|
|
2013-07-31 12:58:25 -04:00
|
|
|
require 'restclient'
|