함수 is present()

Jmnote (토론 | 기여)님의 2016년 1월 29일 (금) 19:02 판
is_present()

Ruby

a = { 'foo' => 1 }
puts a.key?('foo')
# true
puts a.key?('bar')
# false
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}