StackOverflow 文件 Ruby Language 教程 動態評估 評估字串 評估字串 Created: November-22, 2018 任何 String 都可以在執行時進行評估。 class Example def self.foo :foo end end eval "Example.foo" #=> :foo 評估繫結內部例項評估