Skip to content

Commit

Permalink
[Truffle] Add singleton to stdlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Apr 14, 2015
1 parent ff65fb8 commit 2bdad83
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/singleton.rb
@@ -0,0 +1 @@
require_relative '../../stdlib/singleton'
1 change: 1 addition & 0 deletions spec/truffle/truffle.mspec
Expand Up @@ -93,6 +93,7 @@ class MSpecScript
"spec/ruby/library/pathname",
"spec/ruby/library/set",
"spec/ruby/library/shellwords",
"spec/ruby/library/singleton",
"spec/ruby/library/strscan",
"spec/ruby/library/stringio",
"spec/ruby/library/thread",
Expand Down

0 comments on commit 2bdad83

Please sign in to comment.