Class: MilkTea::CSTFormatter
- Inherits:
-
Object
- Object
- MilkTea::CSTFormatter
- Defined in:
- lib/milk_tea/tooling/cst_formatter.rb
Class Method Summary collapse
Class Method Details
.format(cst) ⇒ Object
5 6 7 |
# File 'lib/milk_tea/tooling/cst_formatter.rb', line 5 def self.format(cst) cst.reconstruct end |
.format_normalized(cst) ⇒ Object
9 10 11 |
# File 'lib/milk_tea/tooling/cst_formatter.rb', line 9 def self.format_normalized(cst) cst.reconstruct_normalized end |