Skip to content

Instantly share code, notes, and snippets.

@namncn
Created January 18, 2017 11:15
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 namncn/8f4f24093d367505c131879e6fb3b32a to your computer and use it in GitHub Desktop.
Save namncn/8f4f24093d367505c131879e6fb3b32a to your computer and use it in GitHub Desktop.
def multiply_by_two (n = "không có giá trị cung cấp")
if (n.is_a? (Integer))
n * 2
khác
nâng ArgumentError.new ( "Xin vui lòng cung cấp một số hợp lệ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment