Skip to content

Instantly share code, notes, and snippets.

@mistyrinth
Created November 20, 2018 12:56
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 mistyrinth/ba8a7971b95d32d0e403b9818aa35e45 to your computer and use it in GitHub Desktop.
Save mistyrinth/ba8a7971b95d32d0e403b9818aa35e45 to your computer and use it in GitHub Desktop.
# メソッドを定義付ける
def hello
print("Hello!!\n")
print("\(^_^)/\n")
end
# 定義付けたメソッドを実行する
hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment