提交 2198a9fc 编写于 作者: M Matthew Draper

Fix a warning

上级 4c23701d
......@@ -6,7 +6,7 @@ class DeserializationError < StandardError
attr_reader :original_exception
def initialize(e) #:nodoc:
super ("Error while trying to deserialize arguments: #{e.message}")
super("Error while trying to deserialize arguments: #{e.message}")
@original_exception = e
set_backtrace e.backtrace
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册