空间还可以在Ruby类和方法名称中使用自然语言。像这样space_class (\"Scorecard for a player\") .new(\"Picard\").space_method (\"Calculate the score from a game\", game) 或者更短更漂亮 ç (\"Scorecard for a player\") .new(\"Picard\").ƒ (\"Calculate the score from a game\", game) 而不是机械和无聊 ScorecardForPlayer .new(\"Picard\").calculate_new_score(game) 或者信息量不大的 Scorecard .new(\"Picard\").score(game)