Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/ruby/truffle/mri/base64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require_relative '../../stdlib/base64'
1 change: 1 addition & 0 deletions spec/truffle/tags/library/base64/decode64_tags.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit ae5dea1

Please sign in to comment.