#!/usr/bin/ruby # -*- coding: utf-8 -*- =begin 해시에서 특정 키의 값 출력 =end person = { name: "Charlie", age: 13 } puts person[:name]