Skip to content

Commit

Permalink
Use the new path of rubinius-ast gem in kernel.rake
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadsherif committed Jan 28, 2016
1 parent c3e4476 commit a7ba16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/kernel.rake
Expand Up @@ -229,7 +229,7 @@ namespace :compiler do
require "rubinius/melbourne"
require "rubinius/processor"
require "rubinius/compiler"
require "rubinius/ast"
require "rubinius/code/ast"
end

require File.expand_path("../../kernel/signature", __FILE__)
Expand Down

0 comments on commit a7ba16d

Please sign in to comment.