Skip to content

Commit

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

0 comments on commit 40c185a

Please sign in to comment.