Skip to content

Commit

Permalink
[Truffle] Add rake stdlib late_time and cpu_counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Fish committed Oct 21, 2016
1 parent 09f9256 commit c1dd787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/rake/cpu_counter.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/rake/' + File.basename(__FILE__)
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/rake/late_time.rb
@@ -0,0 +1 @@
require_relative '../../../stdlib/rake/' + File.basename(__FILE__)

0 comments on commit c1dd787

Please sign in to comment.