struct
Analyzer::Ruby::Rails::RouteLine
- Analyzer::Ruby::Rails::RouteLine
- Struct
- Value
- Object
Overview
One logical routing directive: the joined text of a (possibly multi-line) statement plus the 1-based line its first token sits on.
Defined in:
analyzer/analyzers/ruby/rails.crConstructors
Instance Method Summary
- #clone
- #copy_with(text _text = @text, line _line = @line)
- #line : Int32
- #text : String
- #with_text(new_text : String) : RouteLine