Created
November 1, 2019 09:53
-
-
Save tit/ac3c8f4a4512b6acc1206be37ecb1152 to your computer and use it in GitHub Desktop.
just a fun
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def print string | |
puts string | |
end | |
def to string | |
string | |
end | |
def console string | |
string | |
end | |
def text string | |
string | |
end | |
print to console text 'hello word' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment