Skip to content

Commit

Permalink
Merge pull request #167 from sylph01/types-for-base16_64
Browse files Browse the repository at this point in the history
Types for Base16 and Base64
  • Loading branch information
hasumikin committed Apr 19, 2024
2 parents b2d4a5d + 10c1394 commit 6b444c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrbgems/picoruby-base16/sig/base16.rbs
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
class Base16
def self.encode16: (String) -> String
def self.decode16: (String) -> String
end
2 changes: 2 additions & 0 deletions mrbgems/picoruby-base64/sig/base64.rbs
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
class Base64
def self.encode64: (String) -> String
def self.decode64: (String) -> String
end

0 comments on commit 6b444c9

Please sign in to comment.