gpt4 book ai didi

ruby 空白

转载 作者:太空宇宙 更新时间:2023-11-03 17:01:05 26 4
gpt4 key购买 nike

在 ruby​​ 中对空白有不同的敏感度/设置吗?

我有一个 RoR 项目,其中一个事件记录调用有很多组件:

    max_stuff = FooSummary.select("max(stuff) as stuff")
.joins(:foo => :bar)
.where("user_id = ? and record_date < ?", r.user_id, r.record_date)
.group("user_id")
.first

1.9.3 在我的 mac 上运行良好,但在它运行的 ubuntu 服务器上,它提示 .joins 在单独的一行上(意外的。期待 kEND)

什么给了?

最佳答案

此语法为 introduced在 Ruby 1.9.1 中:

Language core changes

  • New syntax and semantics
    • Newlines allowed before ternary colon operator (:) and method call dot operator (.)

很可能您的服务器运行的是较旧的 Ruby 版本,即 1.9.0 或 1.8.x。

关于 ruby 空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11077860/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com