提交 963fc7d8 编写于 作者: E Emilio Tagua 提交者: Aaron Patterson

We can visit hash.

上级 5daafa8e
......@@ -199,6 +199,7 @@ def visit_Fixnum o; o end
def visit_TrueClass o; quote(o) end
def visit_String o; quote(o) end
def visit_Hash o; quote(o) end
def visit_ActiveSupport_Multibyte_Chars o; quote(o) end if defined?(ActiveSupport)
def visit_Symbol o; quote(o) end
def visit_Time o; quote(o) end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册