`ast` is no longer to be `nil` since #33118

This commit is contained in:
Ryuta Kamizono 2019-04-05 10:52:17 +09:00
parent 9972d8353d
commit 069f2e250a
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ module ActionDispatch
end
def simulator
return if ast.nil?
@simulator ||= begin
gtg = GTG::Builder.new(ast).transition_table
GTG::Simulator.new(gtg)