method

visit_when

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: FrameworkDefault
visit_when(node) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File tools/rail_inspector/lib/rail_inspector/visitor/framework_default.rb, line 27
        def visit_when(node)
          version = node.conditions[0].unescaped

          config_map[version] = VersionedConfig.new.tap { |v| v.visit(node.statements) }.configs
        end
Register or log in to add new notes.