Skip to content

Instantly share code, notes, and snippets.

@tit
Created November 1, 2019 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tit/ac3c8f4a4512b6acc1206be37ecb1152 to your computer and use it in GitHub Desktop.
Save tit/ac3c8f4a4512b6acc1206be37ecb1152 to your computer and use it in GitHub Desktop.
just a fun
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