Skip to content

Commit

Permalink
fix compile failures with update to ruby 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stoicflame committed Dec 4, 2013
1 parent 4569e37 commit 58efd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/src/test/ruby/processjson.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rubygems'
require 'json'
require_relative 'enunciate.rb'
require 'enunciate.rb'

classname = ARGV[0]
infile = ARGV[1]
Expand Down

0 comments on commit 58efd8a

Please sign in to comment.