Module: Rufo
- Defined in:
- lib/rufo/file_list.rb,
lib/rufo.rb,
lib/rufo/logger.rb,
lib/rufo/version.rb
Overview
This file is based on https://github.com/ruby/rake/blob/master/lib/rake/file_list.rb Git commit: 5b8f8fc41a5d7d7d6a5d767e48464c60884d3aee
Defined Under Namespace
Modules: Settings Classes: Bug, Command, DotFile, ErbFormatter, FileFinder, FileList, Formatter, Logger, Parser, SyntaxError, UnknownSyntaxError
Constant Summary collapse
- VERSION =
"0.18.2"
Class Method Summary collapse
Class Method Details
.format(code, **options) ⇒ Object
16 17 18 |
# File 'lib/rufo.rb', line 16 def self.format(code, **) Formatter.format(code, **) end |