提交 5e356de2 编写于 作者: C Charlie Somerville

store a symbol directly inside DISPATCH_CACHE for extra roflscale

上级 08f8c8aa
......@@ -4,7 +4,7 @@ module Journey # :nodoc:
module Visitors # :nodoc:
class Visitor # :nodoc:
DISPATCH_CACHE = Hash.new { |h,k|
h[k] = "visit_#{k}"
h[k] = :"visit_#{k}"
}
def accept(node)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册