Skip to content

Instantly share code, notes, and snippets.

@katsuhide
Created October 13, 2013 07:13
Show Gist options
  • Save katsuhide/6959047 to your computer and use it in GitHub Desktop.
Save katsuhide/6959047 to your computer and use it in GitHub Desktop.
メソッドの呼び出し
## test method
def test_method(str)
puts str
return str
end
## call method
str = test_method("aaaaaa")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment