struct

Analyzer::Ruby::Rails::RouteLine

Inherits Struct < Value < Object

One logical routing directive: the joined text of a (possibly multi-line) statement plus the 1-based line its first token sits on.

Constructors

new(text : String, line : Int32)
Source

Instance methods

clone
Source
copy_with(text _text = @text, line _line = @line)
Source
line
text
with_text(new_text : String) : RouteLine
Source