module RubyCrystalCodemod
Constants
- VERSION
Public Class Methods
format(code, filename, dir, **options)
click to toggle source
# File lib/ruby_crystal_codemod.rb, line 8 def self.format(code, filename, dir, **options) Formatter.format(code, filename, dir, **options) end