【发布时间】:2011-12-17 15:55:30
【问题描述】:
我正在使用 RubyMine,它告诉我
unsubscribe_from_all_notifications
...对于方法名称来说太长了。最大长度是多少?
【问题讨论】:
-
尝试逐渐减少这个方法名称的长度,看看它在什么时候接受它。 ;)
-
我猜这是 RubyMine 的问题;我尝试了一个名为
unsubscribe_from_all_notifications_and_keep_making_this_bloody_thing_longer_and_longer_and_longer_and_longer_and_longer的方法,它在 Ruby 1.8.7 和 1.9.2 中运行良好... -
大声笑...谢谢!该程序正在运行,但我不禁想知道我是否搞砸了。
-
这是一个警告,而不是一个错误 ;) 如果这对您来说很烦人,请关注 oldfartdevelopers 的回答
标签: ruby ruby-on-rails-3 methods