Created
February 5, 2018 09:18
-
-
Save HaiTo/816d1250545e0b8a3ec322b92a292e82 to your computer and use it in GitHub Desktop.
実際やさしい
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
class Object | |
def 借方 | |
:dr | |
end | |
alias 左 借方 | |
def 貸方 | |
:cr | |
end | |
alias 右 貸方 | |
end | |
puts 左 | |
puts 右 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment