提交 4f590b67 编写于 作者: J Jeremy Kemper

Ruby 1.9.2: explicit coercion check no longer needed; bug fixed upstream

上级 b35873a5
......@@ -235,10 +235,6 @@ def attribute_method_matchers #:nodoc:
# It's also possible to instantiate related objects, so a Client class belonging to the clients
# table with a +master_id+ foreign key can instantiate master through Client#master.
def method_missing(method_id, *args, &block)
if method_id == :to_ary || method_id == :to_str
raise NoMethodError, "undefined method `#{method_id}' for #{inspect}:#{self.class}"
end
method_name = method_id.to_s
if match = match_attribute_method?(method_name)
guard_private_attribute_method!(method_name, args)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册