Skip to content

Instantly share code, notes, and snippets.

@namncn
Created January 18, 2017 11:13
Show Gist options
  • Save namncn/c39b764e76c4b8fbc88ddf0d9d1da5b9 to your computer and use it in GitHub Desktop.
Save namncn/c39b764e76c4b8fbc88ddf0d9d1da5b9 to your computer and use it in GitHub Desktop.
> IRB
2.2.0: 001> require './math'
=> Đúng
2.2.0: 002> multiply_by_two 2
=> 4
2.2.0: 003> multiply_by_two -2
=> -4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment