module Rigor::ModuleGraph::Inflector

Minimal Rails-style inflection helpers. Used to infer a class name from a Rails association argument (+has_many :invoices+→ +Invoice+).

Deliberately tiny — we don’t ship +ActiveSupport::Inflector+ and its irregular-noun table; the plugin records its guess at +confidence: “syntax”+ so a downstream reviewer can spot mis-singularised plurals in the graph. Apps that need exact association class names should rely on +class_name:+ overrides in the source, which the Analyzer reads verbatim.