Skip to content

Commit

Permalink
[Truffle] Adding prime to stdlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Apr 15, 2015
1 parent 0fe862b commit 9c48aae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/forwardable.rb
@@ -0,0 +1 @@
require_relative '../../stdlib/forwardable'
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/prime.rb
@@ -0,0 +1 @@
require_relative '../../stdlib/prime'
6 changes: 5 additions & 1 deletion spec/truffle/truffle.mspec
Expand Up @@ -91,13 +91,17 @@ class MSpecScript
"spec/ruby/library/openstruct",
"spec/ruby/library/matrix",
"spec/ruby/library/pathname",
"spec/ruby/library/prime",
"spec/ruby/library/set",
"spec/ruby/library/shellwords",
"spec/ruby/library/singleton",
"spec/ruby/library/strscan",
"spec/ruby/library/stringio",
"spec/ruby/library/thread",
"spec/ruby/library/uri"
"spec/ruby/library/uri",

# LoadError for `load "prime.rb"`
"^spec/ruby/library/prime/each_spec.rb"
]

set :tags_patterns, [
Expand Down

0 comments on commit 9c48aae

Please sign in to comment.