Skip to content

Instantly share code, notes, and snippets.

@HaiTo
Created February 5, 2018 09:18
Show Gist options
  • Save HaiTo/816d1250545e0b8a3ec322b92a292e82 to your computer and use it in GitHub Desktop.
Save HaiTo/816d1250545e0b8a3ec322b92a292e82 to your computer and use it in GitHub Desktop.
実際やさしい
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