struct Crystalline::BrokenSourceFixer::LineInfo
  
  - Crystalline::BrokenSourceFixer::LineInfo
 - Struct
 - Value
 - Object
 
Overview
Keep track of opening and closing keywords, and their idents, as they happen in the code.
Defined in:
crystalline/broken_source_fixer.crConstructors
Instance Method Summary
- #clone
 - #copy_with(line_index _line_index = @line_index, indent _indent = @indent, keyword _keyword = @keyword)
 - #indent : Int32
 - #keyword : String
 - #line_index : Int32
 
Constructor Detail
Instance Method Detail
        
        def copy_with(line_index _line_index = @line_index, indent _indent = @indent, keyword _keyword = @keyword)
        #