Class: Ast::Merge::FormattingPreservationMetrics
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FormattingPreservationMetrics
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#expected_output_character_diff_size ⇒ Object
Returns the value of attribute expected_output_character_diff_size.
-
#expected_output_line_diff_size ⇒ Object
Returns the value of attribute expected_output_line_diff_size.
-
#formatting_preservation_score ⇒ Object
Returns the value of attribute formatting_preservation_score.
Instance Attribute Details
#expected_output_character_diff_size ⇒ Object
Returns the value of attribute expected_output_character_diff_size
802 803 804 |
# File 'lib/ast/merge.rb', line 802 def expected_output_character_diff_size @expected_output_character_diff_size end |
#expected_output_line_diff_size ⇒ Object
Returns the value of attribute expected_output_line_diff_size
802 803 804 |
# File 'lib/ast/merge.rb', line 802 def expected_output_line_diff_size @expected_output_line_diff_size end |
#formatting_preservation_score ⇒ Object
Returns the value of attribute formatting_preservation_score
802 803 804 |
# File 'lib/ast/merge.rb', line 802 def formatting_preservation_score @formatting_preservation_score end |