# File lib/ruote/exp/flow_expression.rb, line 188 def parent h.parent_id ? Ruote::Exp::FlowExpression.fetch(@context, h.parent_id) : nil end