Skip to content

Commit

Permalink
[Truffle] base64
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Apr 1, 2015
1 parent d481df2 commit ae5dea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/base64.rb
@@ -0,0 +1 @@
require_relative '../../stdlib/base64'
1 change: 1 addition & 0 deletions spec/truffle/tags/library/base64/decode64_tags.txt
@@ -0,0 +1 @@
fails:Base64#decode64 returns the Base64-decoded version of the given string
1 change: 1 addition & 0 deletions spec/truffle/truffle.mspec
Expand Up @@ -100,6 +100,7 @@ class MSpecScript
set :core, core

set :library, [
"spec/ruby/library/base64",
"spec/ruby/library/erb",
"spec/ruby/library/set",
"spec/ruby/library/strscan",
Expand Down

0 comments on commit ae5dea1

Please sign in to comment.