module Rufo

This file is based on github.com/ruby/rake/blob/master/lib/rake/file_list.rb Git commit: 5b8f8fc41a5d7d7d6a5d767e48464c60884d3aee

Constants

VERSION

Public Class Methods

format(code, **options) click to toggle source
# File lib/rufo.rb, line 16
def self.format(code, **options)
  Formatter.format(code, **options)
end