"Call"의 두 판 사이의 차이

 
11번째 줄: 11번째 줄:
==같이 보기==
==같이 보기==
*[[Proc]]
*[[Proc]]
*[[lambda]]

2014년 6월 1일 (일) 10:28 기준 최신판

call

1 Ruby[ | ]

sayhello = Proc.new { puts "Hello!" }
sayhello.call
# Hello!

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}