/www/wwwroot/xunjs.com/app/index/controller/Tags.php:34:string 'Ruby' (length=4)
TAGS:Ruby 寻技术

TAGS:Ruby

Ruby 的 heredoc 与 eval

在如 rails 这样的开源库中,我们常常见到这样的一类写法: class_eval <<-RUBY, __FILE__, __LINE__ + 1 def xxx # do something here end RUBY 令人困惑不已。 不过这里的知识点非常简单,只要掌握了 heredoc 与 eval 的用法,就很好理解这里的代码了。 heredoc heredo

Ruby编程 / React 2023年07月08日  149

关闭

用微信“扫一扫”