00-actor.rb ��i V �� V # 役者クラス # # say: 役者ã¯å£°ã‚’発ã™ã‚‹äº‹ãŒã§ãる。 class Actor def say(words) puts words end end 01-romeo.rb ��t V 7 V # ãƒãƒŸã‚ªå½¹ # # ãƒãƒŸã‚ªã¯ã‚¸ãƒ¥ãƒªã‚¨ãƒƒãƒˆã®å•ã„ã‹ã‘ã«å½“惑ã™ã‚‹ # "ã‚‚ã£ã¨èžã“ã†ã‹ã€ãã‚Œã¨ã‚‚返事をã—よã†ã‹ï¼Ÿ" module Romeo def hesitate say "Shall I hear more, or shall I speak at this?" end end 02-juliette.rb 0He V �5� V # ジュリエット役 # # ジュリエットã¯ãƒãƒŸã‚ªã«å•ã„ã‹ã‘ã€åã‚’æ¨ã¦ã‚‹ã‚ˆã†ã«è«‹ã† # 1. # ã‚ããƒãƒŸã‚ªã€ãƒãƒŸã‚ªï¼ã€€ã©ã†ã—ã¦è²´æ–¹ã¯<ã‚ãŒä¸€æ—ã®æ•µã§ã‚ã‚‹>ãƒãƒŸã‚ªãªã®ï¼Ÿ # è²´æ–¹ã®çˆ¶ã‚’å¦å®šã—ã€åå‰ã‚’æ‹’
{{#tags}}- {{label}}
{{/tags}}